diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3cbb7..4d1de07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ [#xxx]: https://github.com/osmlab/osm-auth/issues/xxx --> +## 2.2.0 +##### 2023-Jul-12 +* Make the fetch wrapper more compatible with fetch ([#117], [#118]) +* Implement PKCE for OAuth2 authentication ([#114], thanks [@tyrasd]) + +[#118]: https://github.com/osmlab/osm-auth/issues/118 +[#117]: https://github.com/osmlab/osm-auth/issues/117 +[#114]: https://github.com/osmlab/osm-auth/issues/114 +[@tyrasd]: https://github.com/tyrasd + + ## 2.1.0 ##### 2023-May-17 * Add fetch wrapper ([#112], thanks [@dschep]) @@ -164,4 +175,4 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ ## 0.1.0 ##### 2013-Mar-28 -* Update docs, `.keys()`, `.url()` +* Update docs, `.keys()`, `.url()` \ No newline at end of file diff --git a/package.json b/package.json index ff3286b..4e61f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osm-auth", - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "repository": "github:osmlab/osm-auth", "description": "A usable example of JavaScript OAuth 2.0 with OpenStreetMap",