From eb69c33e5e0fd4450853306c23bb34c4f4684ee6 Mon Sep 17 00:00:00 2001 From: Jens Ljungblad Date: Fri, 18 Sep 2015 10:18:05 +0200 Subject: [PATCH] Prepares release --- CHANGELOG.md | 2 +- lib/godmin/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260534be..16d9cf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.12.3 - Unreleased +### 0.12.3 - 2015-09-18 Bug fixes - Adds support for plural engines (https://github.com/varvet/godmin/pull/128) - Remove turbolinks from application.js if present (https://github.com/varvet/godmin/issues/129) diff --git a/lib/godmin/version.rb b/lib/godmin/version.rb index acd4f93e..a8549672 100644 --- a/lib/godmin/version.rb +++ b/lib/godmin/version.rb @@ -1,3 +1,3 @@ module Godmin - VERSION = "0.12.2" + VERSION = "0.12.3" end