From 2099fdcc04036c6a047a453bff73c390a61f38ed Mon Sep 17 00:00:00 2001 From: nepalez Date: Mon, 1 Jul 2019 12:00:10 +0300 Subject: [PATCH] Bump v0.0.7 --- CHANGELOG.md | 3 ++- fixturama.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295cc0b..4de15ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.0.7] - To be released +## [0.0.7] - [2019-07-01] ### Added @@ -174,3 +174,4 @@ This is a first public release with features extracted from production app. [0.0.4]: https://github.com/nepalez/fixturama/compare/v0.0.3...v0.0.4 [0.0.5]: https://github.com/nepalez/fixturama/compare/v0.0.4...v0.0.5 [0.0.6]: https://github.com/nepalez/fixturama/compare/v0.0.5...v0.0.6 +[0.0.7]: https://github.com/nepalez/fixturama/compare/v0.0.6...v0.0.7 diff --git a/fixturama.gemspec b/fixturama.gemspec index 0adeb3d..9ae5976 100644 --- a/fixturama.gemspec +++ b/fixturama.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "fixturama" - gem.version = "0.0.6" + gem.version = "0.0.7" gem.author = "Andrew Kozin (nepalez)" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/fixturama"