File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.47.0] - 2021-07-19
10
+ ### Added
11
+ - Update invite method
12
+ - Retrieve invite method
13
+ - Destroy all expired invites method
14
+ - Destroy invite method
15
+ - Resend all invites method
16
+ - Resend invite method
17
+ - Pass params to get notifications API
18
+
19
+ ### Deprecated
20
+ - ` invite_user_to_topic ` has been deprecated, use ` invite_user ` instead.
21
+ - ` create_private_message ` has been deprecated, use ` create_pm ` instead.
22
+
9
23
## [ 0.46.0] - 2021-04-12
10
24
### Added
11
25
- Allow bookmarking topics
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module DiscourseApi
3
- VERSION = "0.46 .0"
3
+ VERSION = "0.47 .0"
4
4
end
You can’t perform that action at this time.
0 commit comments