Skip to content

Commit

Permalink
Prep 1.1.0 (#94)
Browse files Browse the repository at this point in the history
* CHANGELOG: record changes

Signed-off-by: William Woodruff <william@trailofbits.com>

* id: 1.1.0

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Aug 26, 2023
1 parent 1e8b59f commit 05ead63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.1.0]

### Added

* Added support for Buildkite OIDC tokens
([#21](https://github.com/di/id/pull/21))

### Fixed

* Improved the quality of error messages when an underlying
request fails ([#93](https://github.com/di/id/pull/93))

## [1.0.0]

### Added
Expand Down
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.0.0"
__version__ = "1.1.0"


class IdentityError(Exception):
Expand Down

0 comments on commit 05ead63

Please sign in to comment.