Skip to content

Commit

Permalink
chore(master): release 0.92.0 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 12, 2024
1 parent 1869055 commit 176f8af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.92.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.91.0...v0.92.0) (2024-01-12)


### Features

* allow finders to be inherited ([#47](https://github.com/trailblazer/trailblazer-finder/issues/47)) ([1869055](https://github.com/trailblazer/trailblazer-finder/commit/186905596d74aa6fe180ce709cf7da79b8a9aa2c))
* change configuration from hash to configuration object ([1869055](https://github.com/trailblazer/trailblazer-finder/commit/186905596d74aa6fe180ce709cf7da79b8a9aa2c))

## [0.91.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.90.0...v0.91.0) (2024-01-10)


Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/finder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Trailblazer
class Finder
VERSION = "0.91.0"
VERSION = "0.92.0"
end
end

0 comments on commit 176f8af

Please sign in to comment.