Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 12f58c8

Browse files
committed
Version 1.0.4
1 parent 9e2ebe5 commit 12f58c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [1.0.4] - 2018-11-03
99
### Fixed
1010

1111
- The module can now be installed in environments using version 5.x
@@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6767
- Tests. Tests. Tests.
6868

6969

70-
[Unreleased]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.3...master
70+
[1.0.4]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.3...1.0.4
7171
[1.0.3]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.2...1.0.3
7272
[1.0.2]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.1...1.0.2
7373
[1.0.1]: https://github.com/Sharpie/puppet-facts_upload/compare/1.0.0...1.0.1

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharpie-facts_upload",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Charlie Sharpsteen",
55
"summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.",
66
"license": "Apache-2.0",

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Version of Puppet Server to develop and test against"
33
(get (System/getenv) "PUPPETSERVER_VERSION" "5.1.6"))
44

5-
(defproject sharpie/facts-upload "1.0.3"
5+
(defproject sharpie/facts-upload "1.0.4"
66
:description "Puppet Server endpoint for the facts upload command"
77
:license {:name "Apache License 2.0"
88
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}

0 commit comments

Comments
 (0)