diff --git a/CHANGELOG.md b/CHANGELOG.md index c563760..f3a86fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Next version (unreleased) +PUT_CHANGELOG_HERE + +# Version 0.0.5 +_2024-12-18_ + - Add Garbage Collection support (see [the documentation](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/garbage-collection.html) for details) # Version 0.0.4 diff --git a/Writerside/v.list b/Writerside/v.list index 0b8d625..0c87b1f 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.properties b/librarian.properties index 8334f01..644e09d 100644 --- a/librarian.properties +++ b/librarian.properties @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc sonatype.backend=S01 pom.groupId=com.apollographql.cache -pom.version=0.0.5-SNAPSHOT +pom.version=0.0.5 pom.description=Apollo Kotlin Incubating Normalized Cache pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating pom.developer=Apollo Kotlin Incubating Normalized Cache contributors