From 40697b523fb90933b6360da4042e537351d7a228 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dusseaut Date: Thu, 25 Feb 2021 11:07:53 +0100 Subject: [PATCH] Bump version to 0.0.6 ## [0.0.6] - 2021-02-25 ### Security - Bumps Netezos version --- CHANGELOG.md | 8 +++++++- src/TzWatch.Http/AssemblyInfo.fs | 20 ++++++++++---------- src/TzWatch.Lib/AssemblyInfo.fs | 20 ++++++++++---------- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54e899..1cccef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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.0.6] - 2021-02-25 + +### Security +- Bumps Netezos version + ## [0.0.5] - 2021-02-10 ### Added - Initial release -[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/bender-labs/tz-watch/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/bender-labs/tz-watch/releases/tag/v0.0.5 diff --git a/src/TzWatch.Http/AssemblyInfo.fs b/src/TzWatch.Http/AssemblyInfo.fs index 6108855..47628aa 100644 --- a/src/TzWatch.Http/AssemblyInfo.fs +++ b/src/TzWatch.Http/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TzWatch.Http" let [] AssemblyProduct = "TzWatch" - let [] AssemblyVersion = "0.0.5" - let [] AssemblyMetadata_ReleaseDate = "2021-02-10T00:00:00.0000000+01:00" - let [] AssemblyFileVersion = "0.0.5" - let [] AssemblyInformationalVersion = "0.0.5" + let [] AssemblyVersion = "0.0.6" + let [] AssemblyMetadata_ReleaseDate = "2021-02-25T00:00:00.0000000+01:00" + let [] AssemblyFileVersion = "0.0.6" + let [] AssemblyInformationalVersion = "0.0.6" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "589b265c815e346bcf3db0442c499032c1dfbdd3" + let [] AssemblyMetadata_GitHash = "c783721769c8cba700bc8cfde37b22fc6bb7bb7e" diff --git a/src/TzWatch.Lib/AssemblyInfo.fs b/src/TzWatch.Lib/AssemblyInfo.fs index 7791a40..fb53c7e 100644 --- a/src/TzWatch.Lib/AssemblyInfo.fs +++ b/src/TzWatch.Lib/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TzWatch.Lib" let [] AssemblyProduct = "TzWatch" - let [] AssemblyVersion = "0.0.5" - let [] AssemblyMetadata_ReleaseDate = "2021-02-10T00:00:00.0000000+01:00" - let [] AssemblyFileVersion = "0.0.5" - let [] AssemblyInformationalVersion = "0.0.5" + let [] AssemblyVersion = "0.0.6" + let [] AssemblyMetadata_ReleaseDate = "2021-02-25T00:00:00.0000000+01:00" + let [] AssemblyFileVersion = "0.0.6" + let [] AssemblyInformationalVersion = "0.0.6" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "589b265c815e346bcf3db0442c499032c1dfbdd3" + let [] AssemblyMetadata_GitHash = "c783721769c8cba700bc8cfde37b22fc6bb7bb7e"