Skip to content

Commit 1f6cd80

Browse files
committed
Changelog
1 parent 38d1042 commit 1f6cd80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# Changelog
33

4+
## v1.9.1
5+
6+
* Fix phpqa version (version constant not changed in `v1.9`)
7+
* _Internal changes_
8+
* Deploy changelog in `bin/deploy.sh`
9+
* Update copyright
10+
411
## v1.9.0
512

613
* **Optional tools**

phpqa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('PHPQA_VERSION', '1.8.0');
4+
define('PHPQA_VERSION', '1.9.1');
55

66
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
77
define('COMPOSER_BINARY_DIR', __DIR__ . "/vendor/bin/");

0 commit comments

Comments
 (0)