Skip to content

Commit

Permalink
Merge pull request #69 from Shopify/bump-version-1.0.0
Browse files Browse the repository at this point in the history
Bump gem version to 1.0.0
  • Loading branch information
Ginja authored Jul 12, 2023
2 parents 8aaea76 + f504bbd commit d7b6093
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.0.0] - 2023-07-12
- [Upgrade to Faraday 2.x](https://github.com/Shopify/oktakit/pull/68)

## [v0.3.3] - 2022-07-20
- [Loosen sawyer dependency to allow 0.9.1](https://github.com/Shopify/oktakit/pull/61)

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PATH
remote: .
specs:
oktakit (0.3.3)
oktakit (1.0.0)
faraday (>= 2.0.1, < 3)
sawyer (>= 0.8.1, < 0.10)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
byebug (11.1.3)
diff-lcs (1.4.4)
faraday (2.6.0)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.1)
faraday-net_http (3.0.2)
parallel (1.21.0)
parser (3.0.3.2)
ast (~> 2.4.1)
public_suffix (4.0.7)
public_suffix (5.0.3)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.2.0)
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.3'.freeze
VERSION = '1.0.0'.freeze
end

0 comments on commit d7b6093

Please sign in to comment.