Skip to content

Commit eeabe37

Browse files
authored
Update changelog (#3)
1 parent b617a4e commit eeabe37

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.1] - 2020-09-23
10+
811
### Changed
912
- The deploy.tpl.php is copied now (before it was read and written to a new file).
13+
14+
### Fixed
1015
- Use correct path to deploy.php in uninstall event (path to the folder where the composer.json is located).
1116

1217
## [0.1.0] - 2020-09-22
18+
1319
### Added
14-
- The initial version of this composer plugin
20+
- The initial version of this composer plugin.
1521

16-
[0.1.0]: https://github.com/wearerequired/composer-deployer/releases/tag/v0.1.0
22+
[Unreleased]: https://github.com/wearerequired/composer-deployer/compare/0.1.1...HEAD
23+
[0.1.1]: https://github.com/wearerequired/composer-deployer/compare/0.1.0...0.1.1
24+
[0.1.0]: https://github.com/wearerequired/composer-deployer/compare/067a144f7bc33b3add8bb06ac05d08fb5c5abc32...0.1.0

0 commit comments

Comments
 (0)