diff --git a/CHANGELOG b/CHANGELOG index 94751cf2..62493832 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +1.0.0-b11 + +* Set URI in generated WebSocket Upgrade requests +* Rename echo server class and file names +* Rename to DynamicBuffer in some code and documentation +* Fix integer warnings in Windows builds +* Add 32 and 64 bit Windows build support +* Update README for build instructions and more +* Add repository and documention banners + +-------------------------------------------------------------------------------- + 1.0.0-b10 * Fix compilation warnings diff --git a/include/beast/version.hpp b/include/beast/version.hpp index b668fad3..ad217de8 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-b10" +#define BEAST_VERSION_STRING "1.0.0-b11" #endif