diff --git a/changelog.md b/changelog.md index d965791..857807f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## [v4.1.0](https://github.com/boywithkeyboard/authenticus/releases/tag/v4.1.0) + +No significant changes. + ## [v4.0.0](https://github.com/boywithkeyboard/authenticus/releases/tag/v4.0.0) - **JWT & OTP are here!** diff --git a/package.json b/package.json index a316e40..9d9a4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticus", - "version": "4.0.1", + "version": "4.1.0", "author": "Samuel Kopp (https://samuelkopp.de)", "license": "MIT", "description": "The simplest all-in-one authentication library for JavaScript.",