Skip to content

Commit

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

## [2.6.0](https://github.com/nla/nla-blacklight/compare/2.5.0...2.6.0) (2023-08-30)


### Features

* split titles into separate lines ([ae206fa](https://github.com/nla/nla-blacklight/commit/ae206fa3e5ac2bcac9bfe362ed42f64a8beaf99d))


### Bug Fixes

* add thumbnail width to cache key ([5e89bdc](https://github.com/nla/nla-blacklight/commit/5e89bdc0692b7e009dad291211e5cb8b41e23cdd))


### Miscellaneous

* change session cookie security ([d39c352](https://github.com/nla/nla-blacklight/commit/d39c3521a39fe5aab90d44ed300ee24fea408f4f))
* **deps-dev:** bump webmock from 3.18.1 to 3.19.0 ([581846b](https://github.com/nla/nla-blacklight/commit/581846bf9b1879ca329589a9f71d4cec3c3b387a))
* **deps:** bump hiredis-client from 0.15.0 to 0.16.0 ([19c6ac3](https://github.com/nla/nla-blacklight/commit/19c6ac346603672f10489a80bff4eb7bfa153347))
* prepare next version ([87addf0](https://github.com/nla/nla-blacklight/commit/87addf0e486aebc5812295ff9aad3a2f1b9b85cf))

## [2.5.0](https://github.com/nla/nla-blacklight/compare/2.4.0...2.5.0) (2023-08-25)


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 NlaBlacklight
VERSION = "2.5.0"
VERSION = "2.6.0"

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

0 comments on commit fa7440c

Please sign in to comment.