Skip to content

Commit ddfedc9

Browse files
authored
DEV: Release version 2.0.0 (#254)
1 parent 7f9d77b commit ddfedc9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.0.0] - 2023-05-26
810
### Changed
911
- The package now requires ruby 2.7+
12+
- The package now requires faraday 2.7+
1013

1114
## [1.1.0] - 2022-07-05
1215
### Changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# DiscourseApi
22

3-
[![Code Climate](https://codeclimate.com/github/discourse/discourse_api.png)][codeclimate]
4-
5-
[codeclimate]: https://codeclimate.com/github/discourse/discourse_api
6-
73
The Discourse API gem allows you to consume the Discourse API
84

95
## Installation

lib/discourse_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module DiscourseApi
3-
VERSION = "1.1.0"
3+
VERSION = "2.0.0"
44
end

0 commit comments

Comments
 (0)