Skip to content

Commit

Permalink
Prepare for 0.2.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Feb 20, 2017
1 parent c78d9e7 commit 8b3c05f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## 0.2.0 - ???
## 0.2.0 - 2017-02-20

You may do a BC update to version 0.2.0 if you are sure that you are not adding
multiple resources with the same name to the Builder.

### Fixed

Expand All @@ -11,7 +14,6 @@
### Fixed

- Performance improvements by avoid using `uniqid()`.
- Make sure one can add resources with same name without overwrite.

## 0.1.5 - 2017-02-14

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

0 comments on commit 8b3c05f

Please sign in to comment.