diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b31f2..ebd1b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# Next version (unreleased) +# Version 0.1.2 + +* Add graphql-ws support by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/60 +* Fix SPDX license name by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/64 +* Update dependencies by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/67 +* Add KDoc for `@GraphQLDefault` by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/68 +* Switch to gratatouille by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/69 + +# Version 0.1.1 * Add `Ftv1Instrumentation` and `ApolloReportingInstrumentation` for respectively federated and monograph operation and fields insights. * Publish to GCS diff --git a/Writerside/v.list b/Writerside/v.list index e064246..3113ae1 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.root.properties b/librarian.root.properties index 8c2da4c..3da6106 100644 --- a/librarian.root.properties +++ b/librarian.root.properties @@ -2,7 +2,7 @@ java.compatibility=17 kotlin.compatibility=2.1.0 pom.groupId=com.apollographql.execution -pom.version=0.1.2-SNAPSHOT +pom.version=0.1.3-SNAPSHOT pom.description=GraphQL execution algorithms pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution pom.developer=Apollo Kotlin Execution contributors