From ce1cf66af6c079b085cfefba14669be3d6b3b35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Mu=CC=88ller?= Date: Thu, 25 Jan 2024 14:52:16 +0100 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 6 ++++++ lib/rails_omnibar/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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