Skip to content

Commit

Permalink
update CHANGELOG.md for release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianheuer committed Jul 27, 2018
1 parent c0e7d0d commit d971e81
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

0 comments on commit d971e81

Please sign in to comment.