diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9b93b..e5bc3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. ## [Unreleased] +## [1.1.3] - 2026-07-16 + +### Added +- `CHANGELOG.md` (this file), backfilled from the release notes for every tag so far and served in-app at `/docs/changelog`. Closes [theta-env#43](https://github.com/theta42/theta-env/issues/43). + ## [1.1.2] - 2026-07-16 ### Fixed @@ -29,7 +34,8 @@ First tagged release. Establishes the `vX.Y.Z` tag convention that the in-app up - Unix/POSIX and LDAP bind-only service account support, distinct from real-person accounts. - Merged OAuth Apps + LDAP Info into a single Integrations page. -[Unreleased]: https://github.com/theta42/sso-manager-node/compare/v1.1.2...HEAD +[Unreleased]: https://github.com/theta42/sso-manager-node/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/theta42/sso-manager-node/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/theta42/sso-manager-node/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/theta42/sso-manager-node/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/theta42/sso-manager-node/releases/tag/v1.1.0 diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index 089936e..d0225fc 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "t42-sso-manager", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "t42-sso-manager", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^7.3.0", diff --git a/nodejs/package.json b/nodejs/package.json index 308bcc3..39f40aa 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-sso-manager", - "version": "1.1.2", + "version": "1.1.3", "private": true, "author": [ {