Skip to content

Commit

Permalink
prep 1.2.1 (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Dec 12, 2023
1 parent e819333 commit e1eafb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.2.1]

### Misc

* This release fixes a deployment bug in the 1.2.0 release.

## [1.2.0]

### Added
Expand Down Expand Up @@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Initial split from https://github.com/sigstore/sigstore-python

<!--Release URLs -->
[Unreleased]: https://github.com/di/id/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/di/id/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/di/id/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/di/id/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/di/id/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/di/id/compare/v1.0.0a2...v1.0.0
2 changes: 1 addition & 1 deletion id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from typing import Callable, List, Optional

__version__ = "1.2.1rc1"
__version__ = "1.2.1"


class IdentityError(Exception):
Expand Down

0 comments on commit e1eafb7

Please sign in to comment.