diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ad4aec31eb..9696346ee0 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.172.0 + - [ ] Latest release 0.172.1 - [ ] Other release ______ - [ ] master diff --git a/CHANGELOG.md b/CHANGELOG.md index fa14cce547..53e655f625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.172.1 +------- + +Defect fixes: + +- Fixed issue #470 concerning jsonpath::make_expression with ec broken + 0.172.0 ------- diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index 291c51cde3..891dea0847 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 172 -#define JSONCONS_VERSION_PATCH 0 +#define JSONCONS_VERSION_PATCH 1 namespace jsoncons {