Skip to content

Commit 23acf17

Browse files
committed
Version bump
1 parent c098c4c commit 23acf17

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
9+
## [1.2.1] - 2017-12-11
710
### Fixed
811
- Incorrect mapping of days in auto_content.py
912
- 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.
6063
## 0.6 - 2017-02-27
6164
- Last of a series of pre-release betas
6265

63-
[Unreleased]: https://github.com/ggatward/sat6_scripts/compare/1.2.0...HEAD
66+
[Unreleased]: https://github.com/ggatward/sat6_scripts/compare/1.2.1...HEAD
67+
[1.2.1]: https://github.com/ggatward/sat6_scripts/compare/1.2.0...1.2.1
6468
[1.2.0]: https://github.com/ggatward/sat6_scripts/compare/1.1.1...1.2.0
6569
[1.1.1]: https://github.com/ggatward/sat6_scripts/compare/1.1.0...1.1.1
6670
[1.1.0]: https://github.com/ggatward/sat6_scripts/compare/1.0...1.1.0

rel-eng/sat6_scripts.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: sat6_scripts
2-
Version: 1.2.0
2+
Version: 1.2.1
33
Release: 1%{?dist}
44
Summary: Scripts to automate Satellite 6 tasks
55

66
License: GPL
77
URL: https://github.com/ggatward/sat6_scripts
8-
Source0: sat6_scripts-1.2.0.tar.gz
8+
Source0: sat6_scripts-1.2.1.tar.gz
99

1010
Requires: python >= 2.7, PyYAML
1111

@@ -130,6 +130,9 @@ mandb -q
130130

131131

132132
%changelog
133+
* Mon Dec 11 2017 Geoff Gatward <ggatward@redhat.com> 1.2.1
134+
- Refer https://github.com/ggatward/sat6_scripts/blob/1.2.1/CHANGELOG.md
135+
133136
* Sun Dec 10 2017 Geoff Gatward <ggatward@redhat.com> 1.2.0
134137
- Refer https://github.com/ggatward/sat6_scripts/blob/1.2.0/CHANGELOG.md
135138

0 commit comments

Comments
 (0)