Skip to content

Commit cad6d2a

Browse files
authored
release: update changelog for release v1.10.1 (#2713)
1 parent 9dc7af7 commit cad6d2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Try to keep listed changes to a concise bulleted list of simple explanations of changes. Aim for the amount of information needed so that readers can understand where they would look in the codebase to investigate the changes' implementation, or where they would look in the documentation to understand how to make use of the change in practice - better yet, link directly to the docs and provide detailed information there. Only elaborate if doing so is required to avoid breaking changes or experimental features from ruining someone's day.
88

99
## [Unreleased]
10+
11+
## [1.10.1] - 2025-09-22
1012
### Fixed
1113
- Revert spf13/viper back to v.1.20.1 to avoid bumping sourcegraph/conc to an unreleased version as it causes performance degradation. [#2706](https://github.com/openfga/openfga/pull/2706)
1214

@@ -1423,7 +1425,8 @@ Re-release of `v0.3.5` because the go module proxy cached a prior commit of the
14231425
- Memory storage adapter implementation
14241426
- Early support for preshared key or OIDC authentication methods
14251427

1426-
[Unreleased]: https://github.com/openfga/openfga/compare/v1.10.0...HEAD
1428+
[Unreleased]: https://github.com/openfga/openfga/compare/v1.10.1...HEAD
1429+
[1.10.1]: https://github.com/openfga/openfga/compare/v1.10.0...v1.10.1
14271430
[1.10.0]: https://github.com/openfga/openfga/compare/v1.9.5...v1.10.0
14281431
[1.9.5]: https://github.com/openfga/openfga/compare/v1.9.4...v1.9.5
14291432
[1.9.4]: https://github.com/openfga/openfga/compare/v1.9.3...v1.9.4

0 commit comments

Comments
 (0)