diff --git a/doc/Changelog.md b/doc/Changelog.md index 17d39a901..23513374a 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 3.2.7 + +Released 2022-07-14 + +* Removed superfluous deprecated include. + ## 3.2.6 Released 2022-06-29 diff --git a/include/tao/pegtl/version.hpp b/include/tao/pegtl/version.hpp index 9756f4a4c..8be9204cf 100644 --- a/include/tao/pegtl/version.hpp +++ b/include/tao/pegtl/version.hpp @@ -4,10 +4,10 @@ #ifndef TAO_PEGTL_VERSION_HPP #define TAO_PEGTL_VERSION_HPP -#define TAO_PEGTL_VERSION "3.2.6" +#define TAO_PEGTL_VERSION "3.2.7" #define TAO_PEGTL_VERSION_MAJOR 3 #define TAO_PEGTL_VERSION_MINOR 2 -#define TAO_PEGTL_VERSION_PATCH 6 +#define TAO_PEGTL_VERSION_PATCH 7 #endif