Skip to content

Commit 4b37edb

Browse files
authored
prep 1.6.1 release (#445)
* prep 1.6.1 release * Fix linting
1 parent ed048c8 commit 4b37edb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

id/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import json
2424
from typing import Callable
2525

26-
__version__ = "1.6.0"
26+
__version__ = "1.6.1"
2727

2828

2929
class IdentityError(Exception):

0 commit comments

Comments
 (0)