diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d9dfd0b5..0db6f2a0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "actions/image-build": "0.1.10", "actions/success-check": "0.0.6", "actions/use-mise": "2.0.2", - "services/outline-role-sync": "1.0.0", + "services/outline-role-sync": "1.1.0", ".github/workflows": "3.0.0", "actions/pre-job": "2.0.4", "actions/create-workflow-token": "2.0.1", diff --git a/services/outline-role-sync/CHANGELOG.md b/services/outline-role-sync/CHANGELOG.md index dea6f50e4..63749acf3 100644 --- a/services/outline-role-sync/CHANGELOG.md +++ b/services/outline-role-sync/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/immich-app/devtools/compare/outline-role-sync-v1.0.0...outline-role-sync-v1.1.0) (2026-06-11) + + +### Features + +* support both github and gitlab logins to internal futo auth service ([#1676](https://github.com/immich-app/devtools/issues/1676)) ([f3ab76d](https://github.com/immich-app/devtools/commit/f3ab76dffa9d323aadc56e5c0d507a815595e60d)) + + +### Chores + +* **deps:** update denoland/deno docker tag to v2.7.12 ([#1487](https://github.com/immich-app/devtools/issues/1487)) ([b441d11](https://github.com/immich-app/devtools/commit/b441d1125cec34fb91f038fdc9fcf67a0b89a391)) +* **deps:** update denoland/deno docker tag to v2.7.14 ([#1527](https://github.com/immich-app/devtools/issues/1527)) ([f5a30f3](https://github.com/immich-app/devtools/commit/f5a30f3a0b106fbde1c2226dcad321f936e64f63)) + ## 1.0.0 (2026-03-31)