From 0cb9570d2ddc8413eef39c4242160c364e483024 Mon Sep 17 00:00:00 2001 From: Michael Oberwasserlechner Date: Mon, 5 Jul 2021 22:19:04 +0200 Subject: [PATCH] docs(): remove release date from changelog --- CHANGELOG.md | 15 ++++----------- README.md | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e07df1..d3260897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [3.0.0] - 2021-07-04 +## [3.0.0] - 2021-07-xx ### Breaking * Minimum Capacitor version is **3.0.0** [#138](https://github.com/moberwasserlechner/capacitor-oauth2/issues/138) [#140](https://github.com/moberwasserlechner/capacitor-oauth2/pull/140) @@ -10,10 +10,7 @@ ### Added * Web: Add a new option `windowReplace` that defaults to undefined. Used in `window.open()` 4th param. This will fix https://bugs.chromium.org/p/chromium/issues/detail?id=1164959 [#153](https://github.com/moberwasserlechner/capacitor-oauth2/issues/153) -* Add "authorization_response" and "access_token_response" to "resource response" [#154](https://github.com/moberwasserlechner/capacitor-oauth2/issues/154) - * Web ... done - * Android - * iOS +* Web: Add "authorization_response" and "access_token_response" to "resource response" [#154](https://github.com/moberwasserlechner/capacitor-oauth2/issues/154) ### Changed * Use `window.crypto` if available to generate random strings [#138](https://github.com/moberwasserlechner/capacitor-oauth2/issues/138) [#140](https://github.com/moberwasserlechner/capacitor-oauth2/pull/140) @@ -21,11 +18,6 @@ ### Fixed * Web: # in URL causes parser to ignore ? [#132](https://github.com/moberwasserlechner/capacitor-oauth2/issues/132) [#133](https://github.com/moberwasserlechner/capacitor-oauth2/pull/133) -## [2.1.1] - 2021-02-21 - -### Fixed - - ## [2.1.0] - 2020-08-27 ### Added @@ -109,7 +101,8 @@ This is controlled by Android specific parameters `handleResultOnNewIntent` for - Android: Fix Java compiler error #36 (thx @Anthbs) - Fix github security error by updating Jest lib -[Unreleased]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/2.1.0...master +[Unreleased]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/3.0.0...master +[3.0.0]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/1.1.0...2.0.0 [1.1.0]: https://github.com/moberwasserlechner/capacitor-oauth2/compare/1.0.1...1.1.0 diff --git a/README.md b/README.md index 25b7493d..4a4b1719 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npx cap sync | Plugin | Minimum Capacitor | Docs | Notes | |--------|-------------------|----------------------------------------------------------------------------------------|--------------------------------| -| 3.x | 3.0.0 | [README](https://github.com/moberwasserlechner/oauth2/blob/master/README.md) | Breaking changes see Changelog. XCode 12.0 needs this version | +| 3.x | 3.0.0 | **(NOT RELEASED YET)** [README](https://github.com/moberwasserlechner/oauth2/blob/master/README.md) | Breaking changes see Changelog. XCode 12.0 needs this version | | 2.x | 2.0.0 | [README](https://github.com/moberwasserlechner/capacitor-oauth2/blob/2.1.0/README.md) | Breaking changes see Changelog. XCode 11.4 needs this version | | 1.x | 1.0.0 | [README](https://github.com/moberwasserlechner/capacitor-oauth2/blob/1.1.0/README.md) | |