Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "0.4.8",
"apps/desktop": "0.1.0-alpha.1",
"authling": "0.0.0",
"authling": "0.1.0-alpha.1",
"pkg/appconfig": "0.0.0",
"pkg/datacrypto": "0.0.0",
"pkg/events": "0.0.0",
Expand Down
20 changes: 20 additions & 0 deletions authling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog

## 0.1.0-alpha.1 (2026-08-11)


### Features

* **appconfig:** extract shared configuration loading ([#1856](https://github.com/chattocorp/chatto/issues/1856)) ([732d7b2](https://github.com/chattocorp/chatto/commit/732d7b22aab7dff63cb4345a5a3e8893d41b57bf))
* **auth:** add CIMD-enabled development stack ([#1881](https://github.com/chattocorp/chatto/issues/1881)) ([5e0f471](https://github.com/chattocorp/chatto/commit/5e0f471459141152ff2130757b120c597a31119b))
* **authling:** add CIMD-native OIDC provider ([#1875](https://github.com/chattocorp/chatto/issues/1875)) ([a026593](https://github.com/chattocorp/chatto/commit/a0265939916537d34026964271bd24a6dd6cf51d))
* **authling:** add local login and browser sessions ([#1872](https://github.com/chattocorp/chatto/issues/1872)) ([65cf095](https://github.com/chattocorp/chatto/commit/65cf09557d7faac4a211446c77984cd366be2cf1))
* **authling:** add OIDC-authorized account data sync ([#1886](https://github.com/chattocorp/chatto/issues/1886)) ([4953bf1](https://github.com/chattocorp/chatto/commit/4953bf1a2dd5452b273e85684ecbb3ebd35c00ea))
* **authling:** add server-rendered web foundation ([#1861](https://github.com/chattocorp/chatto/issues/1861)) ([12c8957](https://github.com/chattocorp/chatto/commit/12c89579e7b4c18d16e389454f720d8ea1c33e32))
* **authling:** add standalone account runtime ([#1842](https://github.com/chattocorp/chatto/issues/1842)) ([e563d68](https://github.com/chattocorp/chatto/commit/e563d681e9a6452c2529e070bd65056a3f6c3a25))
* **authling:** add verified email signup ([#1866](https://github.com/chattocorp/chatto/issues/1866)) ([30fef96](https://github.com/chattocorp/chatto/commit/30fef964fe94151f597d7457aef1e5f8d57488c3))
* **authling:** incubate standalone identity provider ([#1828](https://github.com/chattocorp/chatto/issues/1828)) ([93b4637](https://github.com/chattocorp/chatto/commit/93b4637ee498bb45c19399a9b28360b4851aece4))
* **datacrypto:** extract shared encryption primitives ([#1853](https://github.com/chattocorp/chatto/issues/1853)) ([4235d7c](https://github.com/chattocorp/chatto/commit/4235d7c0b2fc68ca4393db9cc03d0b88d23c404f))
* **events:** extract shared framework module ([#1833](https://github.com/chattocorp/chatto/issues/1833)) ([3195ffd](https://github.com/chattocorp/chatto/commit/3195ffd57336dc95196c6d539e0f13aeee087376))
* **natsruntime:** extract embedded NATS lifecycle ([#1845](https://github.com/chattocorp/chatto/issues/1845)) ([cb24279](https://github.com/chattocorp/chatto/commit/cb2427958ec1621d7307a43f72f72f98e7332ebd))

## Changelog

All notable changes to Authling. Maintained by release-please from the
conventional-commit messages on `main` — do not edit by hand.
2 changes: 1 addition & 1 deletion authling/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package authling

// Version is the Authling release version.
const Version = "0.0.0" // x-release-please-version
const Version = "0.1.0-alpha.1" // x-release-please-version