Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bannable committed Mar 18, 2023
1 parent 004feeb commit 08de62f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## [Unreleased]

## [0.1.0] - 2023-01-02
## [0.1.2]

- Fixed versioning in 0.1.1 changelog
- Removed support for ruby/openssl < 3.0.2

## [0.1.1] - 2023-01-02

- Relax the version constraint on openssl depedency

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
ruby-paseto (0.1.1)
ruby-paseto (0.1.2)
multi_json (~> 1.15.0)
openssl (~> 3)
sorbet-runtime
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/openssl_3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
ruby-paseto (0.1.1)
ruby-paseto (0.1.2)
multi_json (~> 1.15.0)
openssl (~> 3)
sorbet-runtime
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rbnacl.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
ruby-paseto (0.1.1)
ruby-paseto (0.1.2)
multi_json (~> 1.15.0)
openssl (~> 3)
sorbet-runtime
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/standalone.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
ruby-paseto (0.1.1)
ruby-paseto (0.1.2)
multi_json (~> 1.15.0)
openssl (~> 3)
sorbet-runtime
Expand Down
2 changes: 1 addition & 1 deletion lib/paseto/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Paseto
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 08de62f

Please sign in to comment.