diff --git a/CHANGELOG.md b/CHANGELOG.md index 3954c7ef..2cf2a3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Next version (unreleased) +PUT_CHANGELOG_HERE + +# Version 0.0.4 +_2024-11-07_ + - Cache control support (see [the documentation](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/cache-control.html) for details) - Compatibility with the IntelliJ plugin cache viewer (#42) - For consistency, `MemoryCacheFactory` and `MemoryCache` are now in the `com.apollographql.cache.normalized.memory` package diff --git a/Writerside/v.list b/Writerside/v.list index 2b07b464..0b8d6259 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.properties b/librarian.properties index ecb20f0a..afe4509d 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.4-SNAPSHOT +pom.version=0.0.4 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