From 5e235b909d4c97fee8e2b7dbbf1de4f9c2ae3899 Mon Sep 17 00:00:00 2001 From: prolic Date: Sun, 17 Dec 2017 22:19:00 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e8c4860 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +## [v1.1.0](https://github.com/prooph/memcached-snapshot-store/tree/v1.1.0) + +[Full Changelog](https://github.com/prooph/memcached-snapshot-store/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- test php 7.2 on travis [\#3](https://github.com/prooph/memcached-snapshot-store/pull/3) ([prolic](https://github.com/prolic)) + +**Merged pull requests:** + +- Restructure docs [\#2](https://github.com/prooph/memcached-snapshot-store/pull/2) ([codeliner](https://github.com/codeliner)) + +## [v1.0.0](https://github.com/prooph/memcached-snapshot-store/tree/v1.0.0) (2017-04-08) +**Implemented enhancements:** + +- initial implementation [\#1](https://github.com/prooph/memcached-snapshot-store/pull/1) ([prolic](https://github.com/prolic)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/composer.json b/composer.json index 3b86a7d..cf319b1 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "prefer-stable": true, "require": { "php": "^7.1", - "prooph/snapshot-store": "^1.1", + "prooph/snapshot-store": "^1.3", "ext-memcached": "^3.0" }, "require-dev": {