Skip to content

Commit

Permalink
Bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jan 3, 2024
1 parent 6d338fd commit 5676425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.0.2] - 2024-01-03

### Added

Expand Down
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:
keycloak_oauth (2.0.1)
keycloak_oauth (2.0.2)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/keycloak_oauth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KeycloakOauth
VERSION = "2.0.1"
VERSION = "2.0.2"
end

0 comments on commit 5676425

Please sign in to comment.