From 220c08f83563cd98d66575bf7c60840025555f54 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 24 Sep 2017 18:54:38 -0700 Subject: [PATCH] Version 0.2.1 --- CHANGELOG.md | 5 ++++- metadata.json | 2 +- project.clj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d2b12..129e562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/metadata.json b/metadata.json index b0a9edc..4cf0747 100644 --- a/metadata.json +++ b/metadata.json @@ -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", diff --git a/project.clj b/project.clj index be0e981..fe72337 100644 --- a/project.clj +++ b/project.clj @@ -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"}