From 298962242eeb3fecfe71fabf418fade0c1232fc6 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Fri, 5 May 2023 20:46:19 -0400 Subject: [PATCH] update version to 0.170.1 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 4 ++-- include/jsoncons/config/version.hpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f1eed07b10..5beffd6da4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ assignees: '' **What jsoncons library version?** - - [ ] Latest release 0.170.0 + - [ ] Latest release 0.170.1 - [ ] Other release ______ - [ ] master diff --git a/CHANGELOG.md b/CHANGELOG.md index ce56f597ca..ed544ab2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -master ------- +0.170.1 +------- Defect fixes: diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index 836f427036..7bc525499b 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -11,7 +11,7 @@ #define JSONCONS_VERSION_MAJOR 0 #define JSONCONS_VERSION_MINOR 170 -#define JSONCONS_VERSION_PATCH 0 +#define JSONCONS_VERSION_PATCH 1 namespace jsoncons {