From 6a6c25beb23f2404596b2fa622ea512a9d85ea1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:05:20 +0000 Subject: [PATCH] release 0.0.5 (#81) Co-authored-by: librarian[bot] --- CHANGELOG.md | 5 +++++ Writerside/v.list | 2 +- librarian.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5637602..f3a86fe1 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 0b8d6259..0c87b1f7 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.properties b/librarian.properties index 8334f015..644e09d9 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