Skip to content

Commit

Permalink
Merge pull request #16 from rokka-io/update-changelog
Browse files Browse the repository at this point in the history
Changelog cleanup, added missing v1.1.2 release
  • Loading branch information
dbu committed Jan 15, 2020
2 parents dbdc676 + ef7bf9a commit 6cee901
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/rokka-io/rokka-client-bundle/compare/1.1.1...master)
## [Unreleased](https://github.com/rokka-io/rokka-client-bundle/compare/1.1.2...master)
### Added
### Changed
### Deprecated
Expand All @@ -15,45 +15,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Dropped support for SF 2.x
- Dropped support for PHP 5.6

## [1.1.1] - 2018-04-23
## [1.1.2](https://github.com/rokka-io/rokka-client-bundle/releases/tag/1.1.2) - 2019-05-19
### Fixed
- Fix Symfony 4.2 TreeBuilder deprecations

## [1.1.1](https://github.com/rokka-io/rokka-client-bundle/releases/tag/1.1.1) - 2018-04-23
### Changed
- Updated dependencies on the other rokka libraries
### Removed
- Don't include apiSecret anymore in instantiating underlying libraries.

## [1.1.0] - 2017-12-08
## [1.1.0](https://github.com/rokka-io/rokka-client-bundle/releases/tag/1.1.0) - 2017-12-08
### Added
- Symfony 4 support, including a flex recipe for easy installation.
### Changed
- Made api_secret optional in configuration, since it's not used anymore.
- Dropped Symfony 3.0 and 3.1 support (Symfony 2 LTS still supported)

## [1.0.1] - 2017-11-29
## [1.0.1](https://github.com/rokka-io/rokka-client-bundle/releases/tag/1.0.1) - 2017-11-29
### Fixed
- Fixed wrong argument in configuration dependency injection.

## [1.0.0] - 2017-11-04

- First stable release
## [1.0.0](https://github.com/rokka-io/rokka-client-bundle/releases/tag/1.0.0) - 2017-11-04
First stable release
### Added
- [PR-7](https://github.com/rokka-io/rokka-client-bundle/pull/7) The bundle now provides all CLI commands contained in the Rokka CLI
### Changed
### Deprecated
### Fixed
### Removed
- Removed PHP 5.5 support
### Security


## [0.3.1] - 2017-08-02

### Updated Rokka Client to v0.8. Adds overwrite parameter to `Rokka\Client\Image::createStack()`. No BC breaks.

## [0.3.0] - 2017-06-27
## [0.3.1](https://github.com/rokka-io/rokka-client-bundle/releases/tag/0.3.1) - 2017-08-02
### Updated
- Updated Rokka Client to v0.8. Adds overwrite parameter to `Rokka\Client\Image::createStack()`. No BC breaks.

## [0.3.0](https://github.com/rokka-io/rokka-client-bundle/releases/tag/0.3.0) - 2017-06-27
### Added
- Add aliases to allow autowiring services [PR-#6](https://github.com/rokka-io/rokka-client-bundle/pull/6)

### Changed
- Updated Rokka Client to v0.7 [PR-#5](https://github.com/rokka-io/rokka-client-bundle/pull/5).
Check the [Rokka PHP Client changelog](https://github.com/rokka-io/rokka-client-php/blob/master/CHANGELOG.md)
Expand Down

0 comments on commit 6cee901

Please sign in to comment.