Skip to content

Commit

Permalink
Prepare v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 10, 2021
1 parent 47c77a4 commit a54881a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

## 2.5.1

### Bug fix

- [#324](https://github.com/php-coveralls/php-coveralls/pull/324) Fix PHP 5.5 compatibility

## 2.5.0

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ We started to create a phar file, starting from the version 0.7.0
release. It is available at the URLs like:

```
https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.0/php-coveralls.phar
https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
```

Download the file and add exec permissions:

```sh
$ wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.0/php-coveralls.phar
$ wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
$ chmod +x php-coveralls.phar
```

Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/CoverallsBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ final class Version
*
* @var string
*/
const VERSION = '2.5.0';
const VERSION = '2.5.1';
}

0 comments on commit a54881a

Please sign in to comment.