Skip to content

Commit

Permalink
Merge pull request #178 from jhedstrom/177-readme
Browse files Browse the repository at this point in the history
Update CHANGELOG for 2.0.
  • Loading branch information
jhedstrom authored Mar 19, 2018
2 parents 4c5086d + 168687c commit aa772f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These drivers support Drupal versions 7 and 8.
``` json
{
"require": {
"drupal/drupal-driver": "~1.0"
"drupal/drupal-driver": "~2.0"
}
}
```
Expand Down Expand Up @@ -64,3 +64,6 @@ $node = (object) array(
);
$driver->createNode($node);
```

### Release notes
See [CHANGELOG](CHANGELOG.MD).
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit aa772f2

Please sign in to comment.