We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50974c commit 8bd6ef3Copy full SHA for 8bd6ef3
CHANGELOG.md
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.46.0] - 2021-04-12
10
+### Added
11
+- Allow bookmarking topics
12
+- Add timeout to requests
13
+- Add params to get_topic_posts
14
+
15
+## [0.45.1] - 2021-03-11
16
17
+- Fetch global top topics
18
+- Allow setting topic notifications
19
+- Return full category response
20
21
+### Changed
22
+- Use new search endpoint
23
24
## [0.45.0] - 2021-01-15
25
### Added
26
- Tag configuration in create_category/update_category
lib/discourse_api/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module DiscourseApi
3
- VERSION = "0.45.1"
+ VERSION = "0.46.0"
4
end
0 commit comments