Skip to content

Commit 03f09b0

Browse files
authored
DEV: Version bump (0.45.0) (#216)
* DEV: Bump webmock * DEV: Update changelog * DEV: Version bump
1 parent 37ca6ab commit 03f09b0

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.45.0] - 2021-01-15
10+
### Added
11+
- Tag configuration in create_category/update_category
12+
- Topic#change_owner
13+
- Support passing approved to #create_user
14+
### Changed
15+
- API key methods use the latest endpoints
16+
917
## [0.44.0] - 2020-11-13
1018
### Fixed
1119
- Updated `show_tag` method to use new route
12-
1320
### Removed
1421
- Support for Ruby 2.3 and 2.4
1522

1623
## [0.43.1] - 2020-11-04
1724
### Fixed
18-
- tagged verion 0.43.0 got pushed without commmit due to new master branch
25+
- Tagged version 0.43.0 got pushed without commmit due to new master branch
1926
protections in github. No, code changes here just making sure tags align with
2027
commits.
2128

@@ -32,17 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3239
## [0.41.0] - 2020-06-17
3340
### Added
3441
- Add basic auth support
35-
3642
### Fixed
3743
- Fix SSO custom field prefixes
38-
3944
### Removed
4045
- Obsolete api key endpoints
4146

4247
## [0.40.0] - 2020-05-07
4348
### Fixed
4449
- Add missing attributes to `sync_sso`
45-
4650
### Added
4751
- Add delete category method
4852

@@ -64,7 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6468
- Allow more options parameters when creating a category
6569
- Don't require topic slug when updating topic status
6670
- Example files now read config.yml file when present for client settings
67-
6871
### Fixed
6972
- Issue with `topic_posts` and frozen strings
7073
- Fixed some topic and category methods
@@ -316,5 +319,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316319
- `client.category_latest_posts("category-slug")` endpoint
317320

318321
## [0.1.2] - 2014-05-11
319-
320322
- Release

discourse_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency 'rb-inotify', '~> 0.9'
3030
spec.add_development_dependency 'rspec', '~> 3.4'
3131
spec.add_development_dependency 'simplecov', '~> 0.11'
32-
spec.add_development_dependency 'webmock', '~> 2.0'
32+
spec.add_development_dependency 'webmock', '~> 3.0'
3333
spec.add_development_dependency 'rubocop-discourse'
3434

3535
spec.required_ruby_version = '>= 2.5.0'

lib/discourse_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module DiscourseApi
3-
VERSION = "0.44.0"
3+
VERSION = "0.45.0"
44
end

0 commit comments

Comments
 (0)