diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b83d2f..4b46c38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased][unreleased] +## [Unreleased] +### Added +### Changed + +## [1.0.0] - 2015-11-09 ### Added - Change log file to chronicle changes. - Stub TODO.md file. @@ -16,7 +20,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Coveralls config. - MultiPolygon geometry DBAL type. - ### Changed - Minimum doctrine/orm version now 2.3. - All ORM tests now extend CrEOF\Spatial\Tests\OrmTest.