Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Next version (unreleased)

# Version 0.0.5
_2024-08-02_

* Workaround for download-schema never terminating (#21)

# Version 0.0.4
Expand Down
2 changes: 1 addition & 1 deletion librarian.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sonatype.backend=S01
sonatype.release=Manual

pom.groupId=com.apollographql.cli
pom.version=0.0.5-SNAPSHOT
pom.version=0.0.5
pom.description=Command line tool for your GraphQL projects
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-cli
pom.developer=apollo-kotlin-cli authors
Expand Down