Skip to content

Commit

Permalink
Add CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Mar 11, 2017
1 parent 53caef3 commit fd27b90
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0-beta.2] - 2017-03-11
### Added
* Complete PHP version message

### Changed
* Refactor code architecture.
* Use PHP version constant instead of function.

### Fixed
* Fix broken version reconciliation.

## 1.0.0-beta.1 - 2017-02-21
* Initial pre-release of whip. A package to nudge users to upgrade their software versions.

[Unreleased]: https://github.com/yoast/whip/compare/1.0.0-beta.2...HEAD
[1.0.0-beta.2]: https://github.com/yoast/whip/compare/1.0.0-beta.1...1.0.0-beta.2

0 comments on commit fd27b90

Please sign in to comment.