diff --git a/CHANGELOG.md b/CHANGELOG.md index b3527f688..dcd0a4dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.1.1 + +## Functional Enhancements +* Refactor Trillian client with exported methods (#1454) +* Switch to official redis-go client (#1459) +* Remove replace in go.mod (#1444) +* Add Rekor OID info. (#1390) + +## Quality Enhancements +* remove legacy encrypted cosign key (#1446) +* swap cjson dependency (#1441) +* Update release readme (#1456) + +## Bug Fixes +* Merge pull request from GHSA-2h5h-59f5-c5x9 + +## Contributors +* Billy Lynch +* Bob Callaway +* Carlos Tadeu Panato Junior +* Ceridwen Coghlan +* Hayden B + # v1.1.0 ## Functional Enhancements diff --git a/pkg/types/jar/v0.0.1/entry_test.go b/pkg/types/jar/v0.0.1/entry_test.go index 9253a7ec9..a4b093372 100644 --- a/pkg/types/jar/v0.0.1/entry_test.go +++ b/pkg/types/jar/v0.0.1/entry_test.go @@ -154,14 +154,6 @@ Hr/+CxFvaJWmpYqNkLDGRU+9orzh5hI2RrcuaQ== } func TestJarMetadataSize(t *testing.T) { - type TestCase struct { - caseDesc string - entry V001Entry - expectUnmarshalSuccess bool - expectCanonicalizeSuccess bool - expectedVerifierSuccess bool - } - jarBytes, _ := os.ReadFile("tests/test.jar") os.Setenv("MAX_JAR_METADATA_SIZE", "10")