Skip to content

Commit

Permalink
Release v1.3.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer authored Sep 21, 2023
1 parent be46d05 commit e0e56e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-nitro-id (1.3.0)
omniauth-nitro-id (1.3.1)
omniauth-rails_csrf_protection (= 1.0.1)
omniauth_openid_connect (~> 0.4.0)

Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2023-09-21

* Display better error message for missing credentials. PR [#27](https://github.com/powerhome/omniauth-nitro-id/pull/27)

## [1.3.0] - 2023-08-22

### Added
Expand Down Expand Up @@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.1
[1.3.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.0
[1.2.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.1
[1.2.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/nitro_id/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module NitroId
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end

0 comments on commit e0e56e8

Please sign in to comment.