Skip to content

Commit

Permalink
prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Feb 3, 2016
1 parent 9595c4e commit 011c964
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,14 @@
CHANGELOG
=========

0.6.1 (xxxx-xx-xx)
0.7.0 (2016-02-03)
------------------

n/a
* Updated: `Point` is now `Vertex` [BC break]
* Updated: use `Predis` 1.0 version
* Updated: tests against PHP7
* Updated: documentation and badges
* Added: allow Symfony console, property-access and serializer ~3.0

0.6.0 (2015-10-11)
------------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -51,7 +51,7 @@

"extra" : {
"branch-alias" : {
"dev-master" : "0.6-dev"
"dev-master" : "0.7-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geotools.php
Expand Up @@ -30,7 +30,7 @@ class Geotools extends AbstractGeotools implements GeotoolsInterface
* Version.
* @see http://semver.org/
*/
const VERSION = '0.6.1-dev';
const VERSION = '0.7.0';


/**
Expand Down

0 comments on commit 011c964

Please sign in to comment.