From 634b66b2798c3eddcb0cf85d63d13ed8e1c2361c Mon Sep 17 00:00:00 2001 From: tznind Date: Thu, 6 Feb 2020 12:57:49 +0000 Subject: [PATCH] Bumped version to 1.3.0 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- src/SharedAssemblyInfo.cs | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9db15c3..ffad9cc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +... + +## [1.3.0] - (2020-02-06) + ### Changed - Refactor Java exception handling and use of threads @@ -140,7 +144,8 @@ First stable release after importing the repository from the private [SMIPlugin] - Anonymous `MappingTableName` must now be fully specified to pass validation (e.g. `mydb.mytbl`). Previously skipping database portion was supported. -[Unreleased]: https://github.com/SMI/SmiServices/compare/v1.2.3...develop +[Unreleased]: https://github.com/SMI/SmiServices/compare/v1.3.0...develop +[1.3.0]: https://github.com/SMI/SmiServices/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/SMI/SmiServices/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/SMI/SmiServices/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/SMI/SmiServices/compare/1.2.0...v1.2.1 diff --git a/README.md b/README.md index 62c63af03..6a023b235 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![GitHub](https://img.shields.io/github/license/SMI/SmiServices) [![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/) -Version: `1.2.3` +Version: `1.3.0` # SMI Services diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 427027fb0..2c4393a9e 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("1.2.3")] -[assembly: AssemblyFileVersion("1.2.3")] -[assembly: AssemblyInformationalVersion("1.2.3")] // This one can have the extra build info after it +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] +[assembly: AssemblyInformationalVersion("1.3.0")] // This one can have the extra build info after it