Skip to content

Commit

Permalink
Merge pull request #40 from sabre-io/releasing-2.1.2
Browse files Browse the repository at this point in the history
Releasing 2.1.2
  • Loading branch information
evert committed Jun 25, 2019
2 parents b6fec2d + 84b8b95 commit c260a55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
=========

2.1.2 (2019-06-25)
------------------

* #39: Some PHPDoc improvements.
* PHPStan support.
* Adopted the symfony php-cs-fixer standard.
* Now testing against PHP 7.2 and 7.3.


2.1.1 (2017-02-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"require-dev": {
"phpunit/phpunit" : "^6.0"
"phpunit/phpunit" : "^6"
},
"config" : {
"bin-dir" : "bin/"
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
const VERSION = '2.1.1';
const VERSION = '2.1.2';
}

0 comments on commit c260a55

Please sign in to comment.