Skip to content

Commit c260a55

Browse files
authored
Merge pull request #40 from sabre-io/releasing-2.1.2
Releasing 2.1.2
2 parents b6fec2d + 84b8b95 commit c260a55

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ChangeLog
22
=========
33

4+
2.1.2 (2019-06-25)
5+
------------------
6+
7+
* #39: Some PHPDoc improvements.
8+
* PHPStan support.
9+
* Adopted the symfony php-cs-fixer standard.
10+
* Now testing against PHP 7.2 and 7.3.
11+
12+
413
2.1.1 (2017-02-20)
514
------------------
615

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit" : "^6.0"
40+
"phpunit/phpunit" : "^6"
4141
},
4242
"config" : {
4343
"bin-dir" : "bin/"

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
const VERSION = '2.1.1';
19+
const VERSION = '2.1.2';
2020
}

0 commit comments

Comments
 (0)