Skip to content

Commit 8bd6ef3

Browse files
Version bump, update changelog (#227)
1 parent b50974c commit 8bd6ef3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
### Added
17+
- Fetch global top topics
18+
- Allow setting topic notifications
19+
- Return full category response
20+
21+
### Changed
22+
- Use new search endpoint
23+
924
## [0.45.0] - 2021-01-15
1025
### Added
1126
- Tag configuration in create_category/update_category

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.45.1"
3+
VERSION = "0.46.0"
44
end

0 commit comments

Comments
 (0)