diff --git a/CHANGELOG.md b/CHANGELOG.md index 942bbb5..44def97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.100.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.92.0...v0.100.0) (2024-01-12) + + +### Features + +* use zeitwrek as autoloader ([#49](https://github.com/trailblazer/trailblazer-finder/issues/49)) ([a0be743](https://github.com/trailblazer/trailblazer-finder/commit/a0be74324c126df20fc7598f6453e2d97a403d5b)) + ## [0.92.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.91.0...v0.92.0) (2024-01-12) diff --git a/lib/trailblazer/finder/version.rb b/lib/trailblazer/finder/version.rb index abb5ff8..b0acf9f 100644 --- a/lib/trailblazer/finder/version.rb +++ b/lib/trailblazer/finder/version.rb @@ -2,6 +2,6 @@ module Trailblazer class Finder - VERSION = "0.92.0" + VERSION = "0.100.0" end end