diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fb93e6..21f56534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.2.2 + +- Standardize prompt behaviour with and without `--json` +- Improve detection of `git` servers that do not support shallow clones ([#805](https://github.com/bower/bower/issues/805)) +- Ignore remote tags (tags ending with ^{}) +- Fix bower not saving the correct endpoint when in some edge cases ([#806](https://github.com/bower/bower/issues/806)) + + ## 1.2.1 - 2013-08-19 - Fix bower throwing on non-semver targets ([#800](https://github.com/bower/bower/issues/800))