diff --git a/CHANGELOG b/CHANGELOG index 0d4aa446..94751cf2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +1.0.0-b10 + +* Fix compilation warnings +* Add websocketpp comparison to HTML documentation + +-------------------------------------------------------------------------------- + +1.0.0-b9 + +* Fix CMakeLists.txt + +-------------------------------------------------------------------------------- + 1.0.0-b8 * Fix include in example code diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 50b1b611..b668fad3 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -16,6 +16,6 @@ // #define BEAST_VERSION 100000 -#define BEAST_VERSION_STRING "1.0.0-b9" +#define BEAST_VERSION_STRING "1.0.0-b10" #endif