diff --git a/docs/Releases/v0.8.2.md b/docs/Releases/v0.8.2.md new file mode 100644 index 0000000..dd0f5d5 --- /dev/null +++ b/docs/Releases/v0.8.2.md @@ -0,0 +1,5 @@ +Highlights: +- Fix a crash bug in v0.8.1 + +Simo Sorce (1): +- Change the way we handle encrypted buffers diff --git a/version.m4 b/version.m4 index 63e14f5..8e702a4 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.8.1]) +m4_define([VERSION_NUMBER], [0.8.2]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM