Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Dec 31, 2016
1 parent 3c4994d commit 71e3ba2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

Rocketeer follows the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.html) spec.

## [2.2.4] - 2016-12-31

### Fixed
- Fixed `~` not being expanded in key paths
- Fixed folder permissions being applied before sharing folders

## [2.2.3] - 2016-07-21

### Fixed
Expand Down Expand Up @@ -406,6 +412,8 @@ Rocketeer follows the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.ht
- Added config file
- Added `deploy:setup` and `deploy:deploy` commands

[2.2.4]: https://github.com/rocketeers/rocketeer/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/rocketeers/rocketeer/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/rocketeers/rocketeer/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/rocketeers/rocketeer/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/rocketeers/rocketeer/compare/2.1.3...2.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/Rocketeer/Rocketeer.php
Expand Up @@ -27,7 +27,7 @@ class Rocketeer
*
* @type string
*/
const VERSION = '2.2.3';
const VERSION = '2.2.4';

/**
* The specific commit built.
Expand Down

0 comments on commit 71e3ba2

Please sign in to comment.