From 4aa4ad84e08266cc888dbc89a65ef8d57c29baa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 06:34:25 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 12 ++++++++++++ lib/devise/auth0/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d935550..a01e242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.2](https://github.com/itsmechlark/devise_auth0/compare/v1.0.1...v1.0.2) (2023-09-09) + + +### Miscellaneous + +* Disable Bundle Deployment ([6321abb](https://github.com/itsmechlark/devise_auth0/commit/6321abb5c357fd701a328a9e329498d3c29324ad)) +* Fixes gem dependencies ([a96637c](https://github.com/itsmechlark/devise_auth0/commit/a96637cbf8390b1e04ef92ab3392f7a29ed4840b)) +* Fixes gem dependencies ([8f0e06c](https://github.com/itsmechlark/devise_auth0/commit/8f0e06c07e89a6ac0840bc079693ac77ef11c147)) +* Fixes ruby install ([b552599](https://github.com/itsmechlark/devise_auth0/commit/b552599a46eb1e18398fea76f2906c2fc3eef82c)) +* Publish to RubyGems ([3ae924a](https://github.com/itsmechlark/devise_auth0/commit/3ae924a7cb6679d03fbed69e30ba64592e853786)) +* Rename to devise_auth0 ([13d7d2b](https://github.com/itsmechlark/devise_auth0/commit/13d7d2b54e7ecfb79ac5a776f9c30e1fcc0b90ba)) + ## [1.0.1](https://github.com/itsmechlark/devise-auth0/compare/v1.0.0...v1.0.1) (2023-09-08) diff --git a/lib/devise/auth0/version.rb b/lib/devise/auth0/version.rb index 8f8427a..8f9e156 100644 --- a/lib/devise/auth0/version.rb +++ b/lib/devise/auth0/version.rb @@ -2,7 +2,7 @@ module Devise module Auth0 - VERSION = "1.0.1" + VERSION = "1.0.2" class << self def gem_version