From 37662540df1d72321b3b4b9d152a697778872147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Mu=CC=88ller?= Date: Thu, 25 Jan 2024 18:44:27 +0100 Subject: [PATCH] v1.6.0 --- CHANGELOG.md | 2 +- lib/rails_omnibar/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deedd27..96a7453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## Unreleased +## [1.6.0] - 2024-01-25 ### Added diff --git a/lib/rails_omnibar/version.rb b/lib/rails_omnibar/version.rb index 87b25a2..363b35f 100644 --- a/lib/rails_omnibar/version.rb +++ b/lib/rails_omnibar/version.rb @@ -1,3 +1,3 @@ class RailsOmnibar - VERSION = '1.5.1' + VERSION = '1.6.0' end