From 23acf175aa53534f05c4154fa525ce1f68e354e0 Mon Sep 17 00:00:00 2001 From: Geoff Date: Mon, 11 Dec 2017 21:58:02 +1100 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- rel-eng/sat6_scripts.spec | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed174a..f4b6dab 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.2.1] - 2017-12-11 ### Fixed - Incorrect mapping of days in auto_content.py - Support for username:token authentication to Artifactory Puppet Forge server @@ -60,7 +63,8 @@ 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.2.0...HEAD +[Unreleased]: https://github.com/ggatward/sat6_scripts/compare/1.2.1...HEAD +[1.2.1]: https://github.com/ggatward/sat6_scripts/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/ggatward/sat6_scripts/compare/1.1.1...1.2.0 [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 diff --git a/rel-eng/sat6_scripts.spec b/rel-eng/sat6_scripts.spec index b982b46..576f664 100755 --- a/rel-eng/sat6_scripts.spec +++ b/rel-eng/sat6_scripts.spec @@ -1,11 +1,11 @@ Name: sat6_scripts -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Scripts to automate Satellite 6 tasks License: GPL URL: https://github.com/ggatward/sat6_scripts -Source0: sat6_scripts-1.2.0.tar.gz +Source0: sat6_scripts-1.2.1.tar.gz Requires: python >= 2.7, PyYAML @@ -130,6 +130,9 @@ mandb -q %changelog +* Mon Dec 11 2017 Geoff Gatward 1.2.1 +- Refer https://github.com/ggatward/sat6_scripts/blob/1.2.1/CHANGELOG.md + * Sun Dec 10 2017 Geoff Gatward 1.2.0 - Refer https://github.com/ggatward/sat6_scripts/blob/1.2.0/CHANGELOG.md