We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d1042 commit 1f6cd80Copy full SHA for 1f6cd80
CHANGELOG.md
@@ -1,6 +1,13 @@
1
2
# Changelog
3
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
11
## v1.9.0
12
13
* **Optional tools**
phpqa
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
-define('PHPQA_VERSION', '1.8.0');
+define('PHPQA_VERSION', '1.9.1');
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
define('COMPOSER_BINARY_DIR', __DIR__ . "/vendor/bin/");
0 commit comments