diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cb48b..0a5ba5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] 2024-02-14 + +### Changes + +No feature changes, but potential for performance improvements due to internal upgrades. + +- Upgrade to .NET 8.0 +- Leverage newer C# language features for cleaner code +- Various dependency updates + ## [0.1.3] 2023-07-29 ### Changed diff --git a/README.md b/README.md index d78fcc9..e81b4bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # graphql-to-karate 🚀 -**Project Status**: v0.1.3 release. The project is still in its early stages. To report a bug, feel free to open an [issue](https://github.com/wbaldoumas/graphql-to-karate/issues). +**Project Status**: v0.2.0 release. The project is still in its early stages. To report a bug, feel free to open an [issue](https://github.com/wbaldoumas/graphql-to-karate/issues). [![Build][github-checks-shield]][github-checks-url] [![Coverage][coverage-shield]][coverage-url] @@ -53,7 +53,7 @@ Head over to [releases](https://github.com/wbaldoumas/graphql-to-karate/releases `graphql-to-karate` is also available as a [NuGet](https://www.nuget.org/packages/graphql-to-karate) offering and can be installed with the following command: ```sh -dotnet tool install --global graphql-to-karate --version 0.1.3 +dotnet tool install --global graphql-to-karate --version 0.2.0 ``` ### 🛠️ Building From Source diff --git a/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj b/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj index ba22ca9..dcec250 100644 --- a/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj +++ b/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj @@ -3,7 +3,7 @@ William Baldoumas Exe - 0.1.3 + 0.2.0 net8.0 enable enable @@ -19,7 +19,7 @@ graphql;karate;test-automation;testing;test;api-test;api-testing;karate-framework;testing-tools;graphql-server;graphql-schema README.md LICENSE - Copyright ©2023 William Baldoumas + Copyright ©2024 William Baldoumas graphql-to-karate icon.jpg icon.ico