Skip to content

Commit

Permalink
Merge pull request #883 from nla/release-please--branches--hotfix/2.1…
Browse files Browse the repository at this point in the history
…1.2--components--nla-blacklight

chore(hotfix/2.11.2): release 2.11.2
  • Loading branch information
yetti authored Feb 9, 2024
2 parents ae26512 + 7edd0e1 commit 50a74f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.11.2](https://github.com/nla/nla-blacklight/compare/2.11.1...2.11.2) (2024-02-09)


### Bug Fixes

* change pub_date sort order field ([ae26512](https://github.com/nla/nla-blacklight/commit/ae26512cb84408e1146d49e0eea380d0e5adab5f))
* cherry pick fix from main and upgrade dependencies ([8fce241](https://github.com/nla/nla-blacklight/commit/8fce24142e64a3685310e76e8e5324978ba6680b))
* typo in Blacklight::Exceptions::RecordNotFound ([0f61ca3](https://github.com/nla/nla-blacklight/commit/0f61ca38612dc08293e3cc3cbc2df4a8451c05ee))

## [2.11.1](https://github.com/nla/nla-blacklight/compare/2.11.0...2.11.1) (2023-11-29)


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.11.1"
VERSION = "2.11.2"

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

0 comments on commit 50a74f5

Please sign in to comment.