diff --git a/CHANGELOG.md b/CHANGELOG.md index 9377a31f..cbc134ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project makes use of the [Sementic Versioning](http://semver.org/) -## Master - TBA +## 2.3.0 - 2014-12-30 ### Added - A `.ruby-version` file is generated by default in /u/apps//shared so it can be symlinked with the default Capistrano configuration. @@ -10,6 +10,7 @@ This project makes use of the [Sementic Versioning](http://semver.org/) - A `sysadmins` role. When added to your server, you can configure users that have sudo-access. - Nginx custom configuration whitch allows you to add custom configuration into the generated vhost configuration. +- Integration testing with Test Kitchen via Vagrant in .kitchen.local.yml ### Deprecated - Nothing