diff --git a/CHANGELOG.md b/CHANGELOG.md index de6b338f8..019ee0f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# v1.3.4 + +## New Features +* add mysql indexstorage backend +* add s3 storage for attestations + +## Bug Fixes +* fix: Do not check for pubsub.topics.get on initialization (#1853) +* fix optional field in cose schema + +## Quality Enhancements +* Update ranges.go (#1852) +* update indexstorage interface to reduce roundtrips (#1838) +* use a single validator library in rekor-cli (#1818) +* Remove go-playground/validator dependency from pkg/pki (#1817) + +## Contributors +* Bob Callaway +* Carlos Tadeu Panato Junior +* Hayden B +* James Alseth +* Kenny Leung +* Noah Kreiger +* Zach Steindler + # v1.3.3 ## New Features