diff --git a/CHANGELOG.md b/CHANGELOG.md index ade8d99cd..b737db151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.9.2] 2020-01-14 + + * Fixed minor git driver bugs + * Fixed schema validation for version field to allow dev-* versions too + * Fixed external processes' output being formatted even though it should not + * Fixed issue with path repositories when trying to install feature branches + ### [1.9.1] 2019-11-01 * Fixed various credential handling issues with gitlab and github @@ -776,6 +783,7 @@ * Initial release +[1.9.2]: https://github.com/composer/composer/compare/1.9.1...1.9.2 [1.9.1]: https://github.com/composer/composer/compare/1.9.0...1.9.1 [1.9.0]: https://github.com/composer/composer/compare/1.8.6...1.9.0 [1.8.6]: https://github.com/composer/composer/compare/1.8.5...1.8.6