update devDependencies, update eslint config
[squeep-authentication-module] / CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..65e9607
--- /dev/null
@@ -0,0 +1,59 @@
+# Changelog
+
+Releases and notable changes to this project are documented here.
+
+## [Unreleased]
+
+### Added
+
+- TOTP 2FA support
+
+### Changed
+
+- expects ctx.cookie to be populated, as Dingus framework does since v2.1.0.
+
+## [v1.3.2] - 2023-07-27
+
+## Changed
+
+- updated dependencies
+
+## [v1.3.1] - 2023-06-10
+
+### Changed
+
+- State UUID is now generated, as it may not be present on ctx.
+
+## [v1.3.0] - 2023-03-18
+
+### Added
+
+- IndieAuth profile entry will default to https if no scheme is entered.
+
+## [v1.2.0] - 2022-02-22
+
+### Added
+
+- Support IndieAuth 20220212 updates (metadata and issuer).
+
+## [v1.1.0] - 2021-12-30
+
+### Added
+
+- Auth for API endpoints.
+
+## [v1.0.0] - 2021-11-06
+
+### Added
+
+- Everything.
+
+---
+
+[Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.3.2
+[v1.3.2]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.2;hp=v1.3.1
+[v1.3.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.1;hp=v1.3.0
+[v1.3.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.0;hp=v1.2.0
+[v1.2.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.2.0;hp=v1.1.0
+[v1.1.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.1.0;hp=v1.0.0
+[v1.0.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.0.0;hp=v0.0.0