diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcd077a..6a9754d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ # Next version (unreleased) +PUT_CHANGELOG_HERE + +# Version 0.0.1 +_2024-06-20_ + Initial release diff --git a/librarian.properties b/librarian.properties index 8f500a91..a063cd0c 100644 --- a/librarian.properties +++ b/librarian.properties @@ -9,7 +9,7 @@ sonatype.host=S01 git.snapshots=main pom.groupId=com.apollographql.cache -pom.version=0.0.1-SNAPSHOT +pom.version=0.0.1 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