diff --git a/CHANGELOG.md b/CHANGELOG.md index ceaa6e3..21cc742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [1.1.1] - 2017-10-25 ### Added - Allow limiting of Publish and Promotion to specified number of CV's at once. @@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.6 - 2017-02-27 - Last of a series of pre-release betas -[Unreleased]: https://github.com/ggatward/sat6_scripts/compare/1.1.0...HEAD +[Unreleased]: https://github.com/ggatward/sat6_scripts/compare/1.1.1...HEAD +[1.1.1]: https://github.com/ggatward/sat6_scripts/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/ggatward/sat6_scripts/compare/1.0...1.1.0 [1.0]: https://github.com/ggatward/sat6_scripts/compare/0.6...1.0 diff --git a/rel-eng/sat6_scripts.spec b/rel-eng/sat6_scripts.spec index 2641f9c..713e5ca 100755 --- a/rel-eng/sat6_scripts.spec +++ b/rel-eng/sat6_scripts.spec @@ -1,11 +1,11 @@ Name: sat6_scripts -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Summary: Scripts to automate Satellite 6 tasks License: GPL URL: https://github.com/ggatward/sat6_scripts -Source0: sat6_scripts-1.1.0.tar.gz +Source0: sat6_scripts-1.1.1.tar.gz Requires: python >= 2.7, PyYAML @@ -126,6 +126,9 @@ mandb -q %changelog +* Thu Oct 25 2017 Geoff Gatward 1.1.1 +- Refer https://github.com/ggatward/sat6_scripts/blob/1.1.1/CHANGELOG.md + * Thu Oct 19 2017 Geoff Gatward 1.1.0 - Refer https://github.com/ggatward/sat6_scripts/blob/1.1.0/CHANGELOG.md