From 069acb5c8a42435000ffb7095bd29af586d5bf4f Mon Sep 17 00:00:00 2001 From: Jens Ljungblad Date: Tue, 8 Dec 2015 13:58:52 +0100 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 7438e6d8..04da6d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### 1.1.0 - 2015-12-08 Features - Adds locale for pt-BR (Brazilian Portuguese) (https://github.com/varvet/godmin/pull/141) - New sandbox template with with more examples (https://github.com/varvet/godmin/pull/135) diff --git a/lib/godmin/version.rb b/lib/godmin/version.rb index 6f4c58ae..f5bdbe7c 100644 --- a/lib/godmin/version.rb +++ b/lib/godmin/version.rb @@ -1,3 +1,3 @@ module Godmin - VERSION = "1.0.0" + VERSION = "1.1.0" end