Skip to content

Commit 8d346a5

Browse files
version bump to 0.47.0, update changelog (#238)
1 parent 83f3f3e commit 8d346a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)