CHANGELOG.md in rodauth-oauth-0.6.1 vs CHANGELOG.md in rodauth-oauth-0.7.0
- old
+ new
@@ -1,8 +1,29 @@
# CHANGELOG
## master
+### 0.7.0 (02/12/2021)
+
+#### Features
+
+* Internationalization (i18n) support by hooking on [rodauth-oauth](https://github.com/janko/rodauth-i18n).
+ * Sets all text using `translatable_method`.
+ * Provides english translations for all `rodauth-oauth` related user facing text.
+
+#### Improvements
+
+* Enable CORS requests for OpenID configuration endpoint (@ianks)
+* Introspect endpoint now exposes the `exp` token property (@gmanley)
+
+#### Bugfixes
+
+* on rotation policy, although the first refresh token was invalidated, a new one wasn't being provided. This change allows a new refresh token to be generated and exposed in the response (@gmanley)
+
+#### Chore
+
+Setting `rodauth` minimal supported version to `2.0.0`.
+
### 0.6.1 (08/09/2021)
#### Bugfixes
* Fixed rails view templates escaping.
\ No newline at end of file