diff --git a/CHANGELOG.md b/CHANGELOG.md index a7deb1e..ca2f043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Enhancement: [#58][]: Update mysql dependency to ~> 6.0 * Enhancement: [#61][]: Fix deprecation warning from Berkshelf +## 3.14.4 + +* Bugfix :[#79][]: Fix stash service in CentOS 7 + ## 3.14.3 * Enhancement: [#77][]: Default to Stash 3.7.1 @@ -471,4 +475,5 @@ To switch to new defaults: [#69]: https://github.com/bflad/chef-stash/issues/69 [#73]: https://github.com/bflad/chef-stash/issues/73 [#75]: https://github.com/bflad/chef-stash/issues/75 -[#77]: https://github.com/bflad/chef-stash/issues/77 \ No newline at end of file +[#77]: https://github.com/bflad/chef-stash/issues/77 +[#79]: https://github.com/bflad/chef-stash/issues/79 diff --git a/metadata.rb b/metadata.rb index 264a930..7ba207b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Atlassian Stash' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.14.3' +version '3.14.4' recipe 'stash', 'Installs/Configures Atlassian Stash' recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash' recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'