Skip to content

Commit b1feb79

Browse files
authored
version bump to 0.48.0, update changelog (#244)
1 parent f50ef4f commit b1feb79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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)
18+
919
## [0.47.0] - 2021-07-19
1020
### Added
1121
- Update invite method

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

0 commit comments

Comments
 (0)