diff --git a/CHANGELOG.md b/CHANGELOG.md index f148b9c..2c33db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -### Added +All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -* instantiation has been changed: Framework::createInstance(Config $config) +## [3.0.0] - 2017-07-27 -All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +### Added + +* add transaction monitoring through NewRelic +* instantiation has been changed: `Framework::createInstance(Config $config)` ## [2.1.6] - 2017-11-30 @@ -50,9 +53,10 @@ Initial Release ## [Unreleased] -[Unreleased]: https://github.com/kartenmacherei/rest-framework/compare/2.1.1...HEAD +[Unreleased]: https://github.com/kartenmacherei/rest-framework/compare/3.0.0...HEAD [1.0.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/1.0.0 [2.0.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.0.0 [2.1.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.1.0 [2.1.1]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.1.1 [2.1.5]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.1.5 +[3.0.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/3.0.0