Prepare version 0.5.0

This commit is contained in:
Romain Neutron 2014-08-12 21:05:45 +02:00
commit 3a0c6a1e1e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
CHANGELOG
---------
* 0.4.5 (08-12-2014)
* 0.5.0 (08-12-2014)
* Add support for Wav and AAC audio formats (@MrHash).
* Add watermark filter (@sylvainv).

View file

@ -31,7 +31,7 @@ The recommended way to install PHP-FFMpeg is through [Composer](https://getcompo
```json
{
"require": {
"php-ffmpeg/php-ffmpeg": "~0.4"
"php-ffmpeg/php-ffmpeg": "~0.5"
}
}
```