File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77## [ Unreleased]
88
99
10+ ## [ 1.6.1]
11+
12+ ### Fixed
13+
14+ * Fixed an issue where the correct audience was not being requested for GitHub
15+ identities ([ #441 ] ( https://github.com/di/id/issues/441 ) )
16+
1017## [ 1.6.0]
1118
1219### Changed
1320
14- * CircleCI: default to --root-issuer when generating OIDC Token ([[ #438 ] ( https://github.com/di/id/pull/438 )] )
21+ * CircleCI: default to --root-issuer when generating OIDC Token ([ #438 ] ( https://github.com/di/id/pull/438 ) )
1522
1623* Drop dependency on ` requests ` in favor of underlying
1724 ` urllib3 ` ([ #333 ] ( https://github.com/di/id/pull/333 ) )
@@ -70,8 +77,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7077* Initial split from https://github.com/sigstore/sigstore-python
7178
7279<!-- Release URLs -->
73- [ Unreleased ] : https://github.com/di/id/compare/v1.6.0...HEAD
74- [ 1.5.0 ] : https://github.com/di/id/compare/v1.5.0...v1.6.0
80+ [ Unreleased ] : https://github.com/di/id/compare/v1.6.1...HEAD
81+ [ 1.6.1 ] : https://github.com/di/id/compare/v1.6.0...v1.6.1
82+ [ 1.6.0 ] : https://github.com/di/id/compare/v1.5.0...v1.6.0
7583[ 1.5.0 ] : https://github.com/di/id/compare/v1.4.0...v1.5.0
7684[ 1.4.0 ] : https://github.com/di/id/compare/v1.3.0...v1.4.0
7785[ 1.3.0 ] : https://github.com/di/id/compare/v1.2.1...v1.3.0
Original file line number Diff line number Diff line change 2323import json
2424from typing import Callable
2525
26- __version__ = "1.6.0 "
26+ __version__ = "1.6.1 "
2727
2828
2929class IdentityError (Exception ):
You can’t perform that action at this time.
0 commit comments