Skip to content

Commit

Permalink
CHANGELOG: fix issue ref (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Nov 19, 2024
1 parent 3a3679a commit 6bda046
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Expand All @@ -10,27 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- TimestampResponse now has a `as_bytes` method to retrieve the original
request bytes ([#XX](https://github.com/trailofbits/rfc3161-client/pull/XX))
- TimestampResponse now has a `as_bytes` method to retrieve the original
request bytes ([#62](https://github.com/trailofbits/rfc3161-client/pull/62))

## [0.0.3] - 2024-11-06

### Added

- Magic method (`__eq__` and `__repr__`) has been added for TimestampResponse
- Magic method (`__eq__` and `__repr__`) has been added for TimestampResponse
and TimestampRequest ([#48](https://github.com/trailofbits/rfc3161-client/pull/48))

### Fixed

- The CI now correctly builds wheels for Windows
- The CI now correctly builds wheels for Windows
([49](https://github.com/trailofbits/rfc3161-client/pull/49))


## [0.0.2] - 2024-10-30

### Added

- Magic methods (`__hash__` and `__repr__`) have been added for TimestampResponse and
- Magic methods (`__hash__` and `__repr__`) have been added for TimestampResponse and
TimestampRequest ([#32](https://github.com/trailofbits/rfc3161-client/pull/32))
- `VerifierBuilder` is now the only way to create a `Verifier` ([#35](https://github.com/trailofbits/rfc3161-client/pull/35))

Expand Down

0 comments on commit 6bda046

Please sign in to comment.