Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltk committed Jan 20, 2022
1 parent 9b9671f commit ff62e91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.3.1] - 2022-01-20
- [Reverts a breaking change that caused errors to be raised for non-2xx responses](https://github.com/Shopify/oktakit/pull/54)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oktakit (0.3.0)
oktakit (0.3.1)
sawyer (~> 0.8.1)

GEM
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.3.0'.freeze
VERSION = '0.3.1'.freeze
end

0 comments on commit ff62e91

Please sign in to comment.