diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd0e3c..b07d246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2] - 2023-03-27 + +### Commits + +- Set Composer type to WordPress plugin. ([f35dfc2](https://github.com/pronamic/wp-http/commit/f35dfc22fb486bf3ec785698221f9d07766f985d)) +- Updated .gitattributes ([c557adf](https://github.com/pronamic/wp-http/commit/c557adf7fdb2040885003fb6713742d5693c55a8)) + +Full set of changes: [`1.2.1...1.2.2`][1.2.2] + +[1.2.2]: https://github.com/pronamic/wp-http/compare/v1.2.1...v1.2.2 + ## [1.2.1] - 2023-01-31 ### Composer diff --git a/package.json b/package.json index c45e717..3013dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-http", - "version": "1.2.1", + "version": "1.2.2", "description": "WordPress HTTP library.", "repository": { "type": "git",