CHANGELOG.md in pseudolocalization-0.8.2 vs CHANGELOG.md in pseudolocalization-0.8.3

- old
+ new

@@ -3,10 +3,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## [0.8.3] - 2020-01-15 +### Added +- Added CLA probot to legitimize external contributions. [#35](https://github.com/shopify/pseudolocalization/pull/35) + +### Changed +- Upgraded `minitest` to v5.13.0. [#36](https://github.com/Shopify/pseudolocalization/pull/36) +- Upgraded `rake` to v13.0.1. [#37](https://github.com/Shopify/pseudolocalization/pull/37) +- Upgraded `minitest` to v5.14.0. [#38](https://github.com/Shopify/pseudolocalization/pull/38) +- Switched to Ruby 2.7.0 for development. [#39](https://github.com/Shopify/pseudolocalization/pull/39) +- Upgraded `bundler` to v2.1.4. [#40](https://github.com/Shopify/pseudolocalization/pull/40) + ## [0.8.2] - 2019-10-08 ### Added - Added `ci_url` to `service.yml`. [#27](https://github.com/shopify/pseudolocalization/pull/27) - Added this CHANGELOG.md. [#32](https://github.com/Shopify/pseudolocalization/pull/32) @@ -42,9 +53,10 @@ - Escape quotes inside attributes. [#20](https://github.com/Shopify/pseudolocalization/pull/20) Please refer to [GitHub releases](https://github.com/Shopify/pseudolocalization/releases) for releases prior to [0.8.0]. -[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...HEAD -[0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2 +[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...HEAD +[0.8.3]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...0.8.3 +[0.8.2]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/Shopify/pseudolocalization/compare/0.7.0...0.8.0