Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 10, 2017
1 parent 9170c7a commit ca47ea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## v1.12.1

* [#69](https://github.com/EdgedesignCZ/phpqa/issues/69) Composer - fix version constrains (robo, twig), add php-cs-fixer to suggested tools

## v1.12.0

* **Optional tools**
Expand Down
2 changes: 1 addition & 1 deletion phpqa
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

define('PHPQA_VERSION', '1.12.0');
define('PHPQA_VERSION', '1.12.1');

if (file_exists(__DIR__ . '/vendor/autoload.php')) {
define('COMPOSER_VENDOR_DIR', __DIR__ . "/vendor/");
Expand Down

0 comments on commit ca47ea8

Please sign in to comment.