Skip to content

Commit 71e3ef2

Browse files
authored
Merge pull request #46 from Shopify/colin-strong/bump_version_to_1.3.5
Bump version to 1.3.5
2 parents d6bcc60 + b55c351 commit 71e3ef2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Next
22

3+
### 1.3.5
34
- Loosen `jwt` dependency constraint from `~> 2.2` to `>= 2.2, < 4` to allow `jwt` 3.x.
45

56
### 1.3.4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github-authentication (1.3.4)
4+
github-authentication (1.3.5)
55
activesupport (> 7)
66
jwt (>= 2.2, < 4)
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GithubAuthentication
4-
VERSION = "1.3.4"
4+
VERSION = "1.3.5"
55
end

0 commit comments

Comments
 (0)