From eee098be8f774f64527281d5beb9e90aa9b73e06 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Thu, 9 Jan 2025 14:05:13 -0500 Subject: [PATCH] Update release to 1.1.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 2 +- include/jsoncons/config/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c245a873f7..743ea72971 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 1.0.0 + - [ ] Latest release 1.1.0 - [ ] Other release ______ - [ ] master diff --git a/CHANGELOG.md b/CHANGELOG.md index 0725241edc..645ec1264d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.1.0 pending on master +1.1.0 ----- - API Changes diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index 72403aed45..c9b3b727b0 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -10,7 +10,7 @@ #include #define JSONCONS_VERSION_MAJOR 1 -#define JSONCONS_VERSION_MINOR 0 +#define JSONCONS_VERSION_MINOR 1 #define JSONCONS_VERSION_PATCH 0 namespace jsoncons {