@@ -6,16 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
17
## [ 0.44.0] - 2020-11-13
10
18
### Fixed
11
19
- Updated ` show_tag ` method to use new route
12
-
13
20
### Removed
14
21
- Support for Ruby 2.3 and 2.4
15
22
16
23
## [ 0.43.1] - 2020-11-04
17
24
### 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
19
26
protections in github. No, code changes here just making sure tags align with
20
27
commits.
21
28
@@ -32,17 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
39
## [ 0.41.0] - 2020-06-17
33
40
### Added
34
41
- Add basic auth support
35
-
36
42
### Fixed
37
43
- Fix SSO custom field prefixes
38
-
39
44
### Removed
40
45
- Obsolete api key endpoints
41
46
42
47
## [ 0.40.0] - 2020-05-07
43
48
### Fixed
44
49
- Add missing attributes to ` sync_sso `
45
-
46
50
### Added
47
51
- Add delete category method
48
52
@@ -64,7 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
68
- Allow more options parameters when creating a category
65
69
- Don't require topic slug when updating topic status
66
70
- Example files now read config.yml file when present for client settings
67
-
68
71
### Fixed
69
72
- Issue with ` topic_posts ` and frozen strings
70
73
- Fixed some topic and category methods
@@ -316,5 +319,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316
319
- ` client.category_latest_posts("category-slug") ` endpoint
317
320
318
321
## [ 0.1.2] - 2014-05-11
319
-
320
322
- Release
0 commit comments