Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltk committed Jun 30, 2022
1 parent 3b8c73f commit ba470d1
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.2] - 2022-06-30
- [Fix 'Faraday::Connection#authorization' deprecation warning](https://github.com/Shopify/oktakit/pull/56)

## [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)

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.1)
oktakit (0.3.2)
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.1'.freeze
VERSION = '0.3.2'.freeze
end

0 comments on commit ba470d1

Please sign in to comment.