Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Apr 19, 2019
1 parent cf0f96a commit 6484f9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0 - unreleased
## 4.1.0 - unreleased

ADDED:

Expand All @@ -8,6 +8,14 @@ REMOVED:

FIXED:

## 4.0.0 - 2019-04-19

CHANGED:

- Updated Yin to 4.0.0
- `JsonApiRequestValidatorMiddleware` will throw a `RequestException` if the request isn't instance of Yin's `RequestInterface`
- Apply the Woohoo Labs. Coding Standard

## 4.0.0-beta1 - 2018-12-21

CHANGED:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"psr/container": "^1.0.0",
"psr/http-message-implementation": "^1.0.0",
"psr/http-server-middleware": "^1.0.0",
"woohoolabs/yin": "4.0.x-dev as 4.0.0"
"woohoolabs/yin": "^4.0.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2.0",
Expand Down

0 comments on commit 6484f9e

Please sign in to comment.