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
66
77## [ Unreleased]
88
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+
923## [ 0.46.0] - 2021-04-12
1024### Added
1125- Allow bookmarking topics
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module DiscourseApi
3- VERSION = "0.46 .0"
3+ VERSION = "0.47 .0"
44end
You can’t perform that action at this time.
0 commit comments