Skip to content

Commit

Permalink
Finalized for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Mar 5, 2018
1 parent 2eca70e commit 214e641
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## Version 0.6.0 - 2018-03-02: Benchmark suite finazilized, final code review and cleanup
## Version 0.7.0 - 2018-03-05: Documentation finalized

### Added
- Added brief descriptions of benchmark tests [`BENCHMARKS.md`](BENCHMARKS.md).

### Changed

- Removed obsolote parts of README.
- Credits added.

## Version 0.6.0 - 2018-03-02: Benchmark suite finalized, final code review and cleanup

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To install mxc-servicemanager:

```json
"require": {
"mxc-commons/mxc-servicemanager": "^0.6"
"mxc-commons/mxc-servicemanager": "^0.7"
}
```

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

0 comments on commit 214e641

Please sign in to comment.