File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.2] ( https://github.com/openstack-experimental/keystone/compare/v0.1.1...v0.1.2 ) - 2025-12-09
11+
12+ ### Added
13+
14+ - Include system assignments in the list ([ #426 ] ( https://github.com/openstack-experimental/keystone/pull/426 ) )
15+ - Add ` enabled ` to federation resources ([ #423 ] ( https://github.com/openstack-experimental/keystone/pull/423 ) )
16+
17+ ### Fixed
18+
19+ - User expiring membership for federated users ([ #425 ] ( https://github.com/openstack-experimental/keystone/pull/425 ) )
20+ - Resolve system_assignment query issue ([ #434 ] ( https://github.com/openstack-experimental/keystone/pull/434 ) )
21+
22+ ### Other
23+
24+ - * (deps)* bump uuid from 1.18.1 to 1.19.0 ([ #429 ] ( https://github.com/openstack-experimental/keystone/pull/429 ) )
25+ - Add federation functest with DexIDP ([ #424 ] ( https://github.com/openstack-experimental/keystone/pull/424 ) )
26+ - Expand code documentation ([ #422 ] ( https://github.com/openstack-experimental/keystone/pull/422 ) )
27+ - Remove unnecessary content from rust package ([ #418 ] ( https://github.com/openstack-experimental/keystone/pull/418 ) )
28+
1029## [ 0.1.1] ( https://github.com/openstack-experimental/keystone/compare/v0.1.0...v0.1.1 ) - 2025-12-02
1130
1231### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_keystone"
33description = " OpenStack Keystone service"
4- version = " 0.1.1 "
4+ version = " 0.1.2 "
55edition = " 2024"
66license = " Apache-2.0"
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments