You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.48.0] - 2022-01-28
10
+
### Added
11
+
-`group_add_owners` method (#239)
12
+
-`group_remove_owners` method (#239)
13
+
-`anonymize` method (#241)
14
+
15
+
### Changed
16
+
-`DiscourseApi::Timeout` error now inherits from `DiscourseApi::Error` (#240)
17
+
-`DiscourseApi::SingleSignOn#groups` now returns an array of strings where each string is a group name, rather than an array with a single string that contains all the groups comma-concatenated (#243)
0 commit comments