diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e5271..7035f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v1.2.0](https://github.com/voxpupuli/voxpupuli-test/tree/v1.2.0) (2020-04-15) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v1.1.0...v1.2.0) + +**Merged pull requests:** + +- Define a default task [\#12](https://github.com/voxpupuli/voxpupuli-test/pull/12) ([ekohl](https://github.com/ekohl)) + ## [v1.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v1.1.0) (2020-04-11) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v1.0.0...v1.1.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 26b176e..8a311c5 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '1.1.0' + s.version = '1.2.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'