Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Dec 19, 2016
1 parent 9ed38b8 commit 0094111
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
@@ -1,4 +1,14 @@
## 0.7.0 - unreleased
## 0.8.0 - unreleased

ADDED:

CHANGED:

REMOVED:

FIXED:

## 0.7.0 - 2016-12-19

ADDED:

Expand Down
2 changes: 1 addition & 1 deletion src/JsonApi/Schema/Links.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function hasLink($name)

/**
* @param $name
* @return \WoohooLabs\Yang\JsonApi\Schema\Link[] $links
* @return \WoohooLabs\Yang\JsonApi\Schema\Link|null
*/
public function link($name)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use WoohooLabs\Yang\JsonApi\Request\ToManyRelationship;
use WoohooLabs\Yang\JsonApi\Request\ToOneRelationship;

class JsonApiResourceTest extends TestCase
class ResourceObjectTest extends TestCase
{
/**
* @test
Expand Down

0 comments on commit 0094111

Please sign in to comment.