From a6236f1cf797d05f4a1ef5b2b9687a19d2ff996b Mon Sep 17 00:00:00 2001 From: Will Baldoumas <45316999+wbaldoumas@users.noreply.github.com> Date: Sat, 29 Apr 2023 17:13:50 -0700 Subject: [PATCH] v0.1.1 Release (#107) --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- .../GraphQLToKarate.CommandLine.csproj | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9807124..c21cc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.1.1] 2022-04-29 + +### Added + +- Example JSON Configuration ([#105](https://github.com/wbaldoumas/graphql-to-karate/pull/105)) + +### Changed + +- Update NuGet Packages - Minor Updates ([#102](https://github.com/wbaldoumas/graphql-to-karate/pull/)) +- Copy Changelog to Release ([#103](https://github.com/wbaldoumas/graphql-to-karate/pull/103)) +- Tweak README.md Content ([#104](https://github.com/wbaldoumas/graphql-to-karate/pull/104)) +- Cleanup ([#106](https://github.com/wbaldoumas/graphql-to-karate/pull/106)) + ## [0.1.0] 2022-04-22 ### Released diff --git a/README.md b/README.md index 087d143..b94f156 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # graphql-to-karate 🚀 -**Project Status**: v0.1.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). +**Project Status**: v0.1.1 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.0 +dotnet tool install --global graphql-to-karate --version 0.1.1 ``` ### 🛠️ Building From Source diff --git a/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj b/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj index 923cfe8..ae3e1af 100644 --- a/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj +++ b/src/GraphQLToKarate.CommandLine/GraphQLToKarate.CommandLine.csproj @@ -3,7 +3,7 @@ William Baldoumas Exe - 0.1.0 + 0.1.1 net7.0 enable enable