Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e641fa

Browse files
authored
version bump to 0.48.1 (#246)
1 parent 406611a commit 5e641fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.48.1] - 2022-04-13
10+
### Added
11+
- New attributes for Discourse Connect (aka SSO)
12+
913
## [0.48.0] - 2022-01-28
1014
### Added
1115
- `group_add_owners` method (#239)

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

0 commit comments

Comments
 (0)