Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG to release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panigrc committed Jul 27, 2020
1 parent a03ebc0 commit 4f039fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] - 2020-07-27

### Added

- Add tags and change logs retroactively from the beginning of the project.

## [0.16.0] - 2020-05-18

### Added
Expand Down Expand Up @@ -46,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Replace <?php echo with <?= short open tag. See #31.
- Convert Controllers to use the new Block system. See #24.
- Refactor following methods in `Template_library`:
- Rename `set` to `setSection`
Expand Down Expand Up @@ -427,7 +434,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `/licence.txt`
- `/README.md`

[unreleased]: https://github.com/panigrc/SimpleCiShop/compare/v0.16.0...HEAD
[unreleased]: https://github.com/panigrc/SimpleCiShop/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/panigrc/SimpleCiShop/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/panigrc/SimpleCiShop/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/panigrc/SimpleCiShop/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/panigrc/SimpleCiShop/compare/v0.13.0...v0.14.0
Expand Down

0 comments on commit 4f039fb

Please sign in to comment.