Skip to content

Commit

Permalink
chore(main): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Oct 20, 2023
1 parent dbb99c1 commit a7a2db3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.0](https://github.com/nla/nla-arclight/compare/2.4.3...2.5.0) (2023-10-20)


### Features

* pull in changes for login page ([0f09b8d](https://github.com/nla/nla-arclight/commit/0f09b8d801140fa218a1ba794ec2b810150a2cb5))


### Miscellaneous

* prepare for release ([dbb99c1](https://github.com/nla/nla-arclight/commit/dbb99c14c6636c4d2e351477c449d5a499248334))
* pull in patron Keycloak changes ([32e564a](https://github.com/nla/nla-arclight/commit/32e564aad718ab9e9d128b34ad9fbadb7a62b51a))
* upgrade dependencies ([e8fd718](https://github.com/nla/nla-arclight/commit/e8fd718321846d35367c7b5f5e121807044917b6))

## [2.4.3](https://github.com/nla/nla-arclight/compare/2.4.2...2.4.3) (2023-09-27)


Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end

module NlaArclight
VERSION = "2.4.3"
VERSION = "2.5.0"

class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
Expand Down

0 comments on commit a7a2db3

Please sign in to comment.