Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406611a commit 5e641faCopy full SHA for 5e641fa
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.48.1] - 2022-04-13
10
+### Added
11
+- New attributes for Discourse Connect (aka SSO)
12
+
13
## [0.48.0] - 2022-01-28
14
### Added
15
- `group_add_owners` method (#239)
lib/discourse_api/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module DiscourseApi
3
- VERSION = "0.48.0"
+ VERSION = "0.48.1"
4
end
0 commit comments