Skip to content

Commit

Permalink
Add note to Unreleased
Browse files Browse the repository at this point in the history
I don't need to release this at the moment, and don't plan to. Since
that's the case, I want to note it in the Unreleased section explicitly
so it's noticed the next time we do a release.
  • Loading branch information
pbrisbin committed May 31, 2024
1 parent 6dd3e92 commit a1d2973
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [_Unreleased_](https://github.com/freckle/aws-sns-verify/compare/v0.0.0.3...main)

- Return more specific errors in URI validation

Rather than respond `BadUri` for non-URI, unexpected scheme, or invalid domain
name, we now have 3 distinct error constructors for each of those.

## [v0.0.0.3](https://github.com/freckle/aws-sns-verify/compare/v0.0.0.2...v0.0.0.3)

- Migrate to `crypton-x509*`
Expand Down

0 comments on commit a1d2973

Please sign in to comment.