Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltk committed Jan 20, 2022
1 parent 019e1c4 commit cddb2e8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/tmp/
.byebug_history
.DS_Store
*.gem
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

## [v0.3.0] - 2022-01-20
- [Adds support for Ruby 3](https://github.com/Shopify/oktakit/pull/42)
- [Adds support for user reactivation endpoint](https://github.com/Shopify/oktakit/pull/47)
- [Adds support for app user schema operations endpoint](https://github.com/Shopify/oktakit/pull/32)
- [Makes custom error details available](https://github.com/Shopify/oktakit/pull/48)

## [v0.2.1] - 2021-10-14
- Adds support for [Group Rule operations](https://developer.okta.com/docs/reference/api/groups/#group-rule-operations)
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oktakit (0.2.1)
oktakit (0.3.0)
sawyer (~> 0.8.1)

GEM
Expand All @@ -12,25 +12,29 @@ GEM
ast (2.4.2)
byebug (11.1.3)
diff-lcs (1.4.4)
faraday (1.8.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
multipart-post (2.1.1)
parallel (1.21.0)
parser (3.0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/oktakit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Oktakit
VERSION = '0.2.1'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit cddb2e8

Please sign in to comment.