Skip to content

Commit

Permalink
Merge pull request #122 from dunglas/changelog
Browse files Browse the repository at this point in the history
Prepare new release
  • Loading branch information
dunglas committed Feb 27, 2019
2 parents c8c1d99 + 018155c commit adabee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ php:
sudo: false

before_install:
- composer update
- COMPOSER_MEMORY_LIMIT=-1 composer update

script: |
if [[ $TRAVIS_PHP_VERSION = 7.* ]]; then
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 1.5.5 (2019-02-27)

* Compatibility with Symfony 4.1
* Fixed preflight responses to always include `Origin` in the `Vary` HTTP header

### 1.5.4 (2017-12-11)

* Compatibility with Symfony 4
Expand Down

0 comments on commit adabee9

Please sign in to comment.