Skip to content

Commit

Permalink
v0.1.2 Release (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas authored May 7, 2023
1 parent 844dc02 commit 25010ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.2] 2022-05-07

### Changed

- Update NuGet Packages - Minor Updates ([#108](https://github.com/wbaldoumas/graphql-to-karate/pull/108))

## [0.1.1] 2022-04-29

### Added
Expand All @@ -13,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update NuGet Packages - Minor Updates ([#102](https://github.com/wbaldoumas/graphql-to-karate/pull/))
- Update NuGet Packages - Minor Updates ([#102](https://github.com/wbaldoumas/graphql-to-karate/pull/102))
- 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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>William Baldoumas</Authors>
<OutputType>Exe</OutputType>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 25010ea

Please sign in to comment.