Skip to content

Commit

Permalink
Merge pull request #631 from nm2107/prepare-v0.9-release
Browse files Browse the repository at this point in the history
[RFR] prepare v0.9.0 release
  • Loading branch information
nm2107 authored Dec 26, 2019
2 parents dd7f075 + 70bd8b4 commit 786247e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.9.0
======

## New features

- Add MimeTypeProvider to AzureBlobStorage (#630)

## Fixes

- Fix docker setup for dev env (#580)
- Define env vars in .env file only (#615)
- Add PHP Coding Standard check step on CI (#617)
- PHPUnit tests enhancement (#627)

Thank you @nicolasmure, @peter279k and @rgembalik for your contributions!

v0.8.3
======

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
"dev-master": "0.10.x-dev"
}
}
}

0 comments on commit 786247e

Please sign in to comment.