diff --git a/CHANGELOG.md b/CHANGELOG.md index d02460f..7e790b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2024-01-25 + +### Added + +- `RailsOmnibar::add_webadmin_items` + ## [1.4.0] - 2023-01-31 ### Added diff --git a/lib/rails_omnibar/version.rb b/lib/rails_omnibar/version.rb index 952d252..109deb8 100644 --- a/lib/rails_omnibar/version.rb +++ b/lib/rails_omnibar/version.rb @@ -1,3 +1,3 @@ class RailsOmnibar - VERSION = '1.4.0' + VERSION = '1.5.0' end