Skip to content

Commit

Permalink
chore(main): release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Jan 27, 2024
1 parent 8a696d1 commit 61d6417
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.1](https://github.com/itsmechlark/devise_auth0/compare/v1.2.0...v1.2.1) (2024-01-27)


### Bug Fixes

* Version management with `release-please` ([6456264](https://github.com/itsmechlark/devise_auth0/commit/645626424a252cdd121e351de0c0f74704bd240e))


### Miscellaneous

* Set Ruby v2.7 as minimun ([eeb510d](https://github.com/itsmechlark/devise_auth0/commit/eeb510d506e966d3455fd25a8cbae0f1f97f94c5))

## [1.2.0](https://github.com/itsmechlark/devise_auth0/compare/v1.1.0...v1.2.0) (2024-01-27)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GIT
PATH
remote: .
specs:
devise_auth0 (1.2.0)
devise_auth0 (1.2.1)
auth0 (~> 5.6)
devise (~> 4.8)
dry-configurable (>= 0.13, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/auth0/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Devise
module Auth0
VERSION = "1.2.0" # x-release-please-version
VERSION = "1.2.1" # x-release-please-version

class << self
def gem_version
Expand Down

0 comments on commit 61d6417

Please sign in to comment.