Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Sep 25, 2017
1 parent 7d2306f commit 220c08f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [0.2.1] - 2017-09-24
### Fixed

- Puppet module is now compatible with PE 2017.3.0 and uses the
Expand Down Expand Up @@ -55,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Puppet Enterprise installation.


[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.2.0...HEAD
[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.2.1...HEAD
[0.2.1]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/af3604d...0.1.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharpie-clj_file_server",
"version": "0.3.0",
"version": "0.2.1",
"author": "Charlie Sharpsteen",
"summary": "Install a protopype file server service for Puppet Server",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Version of Puppet Server to develop and test against"
"5.0.0")

(defproject puppetserver/clj-file-server "0.3.0-SNAPSHOT"
(defproject puppetserver/clj-file-server "0.2.1"
:description "Prototype file server service for Puppet Server"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
Expand Down

0 comments on commit 220c08f

Please sign in to comment.