Skip to content

Commit

Permalink
Merge pull request #3 from biig-io/changelog-update
Browse files Browse the repository at this point in the history
Update changelog for 1.1.0
  • Loading branch information
Awkan authored Feb 9, 2018
2 parents a6ca34d + bd8a4ce commit cf907f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.0] - 2018-02-09
## Added

- Support for many entity manager

## Fixed

- Doctrine bundle filters configuration were broken by our configurator. This is fixed by #2.

## [1.0.0] - 2018-01-18
### Added

Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "biig/domain",
"type": "project",
"type": "library",
"license": "MIT",
"require": {
"symfony/event-dispatcher": "~3.3|~4.0"
},
"authors": [
{
"name": "BiiG",
"homepage": "https://www.biig.fr"
}
],
"require-dev": {
"phpunit/phpunit": "^6.4",
"doctrine/orm": "^2.5",
Expand All @@ -24,7 +30,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit cf907f8

Please sign in to comment.