From 7c2a4b1527dc3f9e029b039af7647a090a44649a Mon Sep 17 00:00:00 2001 From: Leandro Segovia Date: Sun, 26 Mar 2017 12:16:39 -0300 Subject: [PATCH] Releasing v0.4.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/human_attributes/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d9692..027e156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -### Unreleased +### 1.4.0 ##### Added diff --git a/Gemfile.lock b/Gemfile.lock index 55f633b..2940094 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - human_attributes (0.3.1) + human_attributes (0.4.0) factory_girl_rails (~> 4.6) rails (~> 4.2, >= 4.2.0) diff --git a/lib/human_attributes/version.rb b/lib/human_attributes/version.rb index f115e72..3cb7fc4 100644 --- a/lib/human_attributes/version.rb +++ b/lib/human_attributes/version.rb @@ -1,3 +1,3 @@ module HumanAttributes - VERSION = "0.3.1" + VERSION = "0.4.0" end