Skip to content

Commit

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


## [Unreleased]


## [0.2.0] - 2017-09-24
### Added

- Regression tests which compare results generated by the Clojure
Expand Down Expand Up @@ -47,5 +50,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Puppet Enterprise installation.


[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.1.0...HEAD
[Unreleased]: https://github.com/Sharpie/puppetserver-clj-file-server/compare/0.2.0...HEAD
[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 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.2.0-SNAPSHOT"
(defproject puppetserver/clj-file-server "0.2.0"
: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 b908891

Please sign in to comment.