diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2ea130..bb0f01c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Next version (unreleased) +PUT_CHANGELOG_HERE + +# Version 0.0.8 +_2025-03-28_ + - Storage binary format is changed to be a bit more compact - Add `ApolloStore.trim()` to remove old data from the cache - `CacheKey` is used in more APIs instead of `String`, for consistency. - `ApolloCacheHeaders.EVICT_AFTER_READ` is removed. `ApolloStore.remove()` can be used instead. -- `NormalizedCache.remove(pattern: String)` is removed. Please open an issues if you need this feature back. +- `NormalizedCache.remove(pattern: String)` is removed. Please open an issue if you need this feature back. # Version 0.0.7 _2025-03-03_ diff --git a/Writerside/v.list b/Writerside/v.list index 7b3b8cb3..157055cb 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.root.properties b/librarian.root.properties index 03ae51df..d03f2731 100644 --- a/librarian.root.properties +++ b/librarian.root.properties @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc sonatype.backend=S01 pom.groupId=com.apollographql.cache -pom.version=0.0.8-SNAPSHOT +pom.version=0.0.8 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