diff --git a/CHANGELOG.md b/CHANGELOG.md index ee120ec1..731cf8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.0.0-beta.6 +* Changed `CompileResponse.id` and `ProtocolError.id` from `int32` to `uint32` + to match the type of all other ID fields. + * Added protocol versions and created this changelog. * Added the `VersionRequest` and `VersionResponse` messages. diff --git a/README.md b/README.md index 01a1873b..4fcdfa4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## The Embedded Sass Protocol (pending 1.0.0-beta.6) +## The Embedded Sass Protocol (1.0.0-beta.6) * [Overview](#overview) * [RPCs](#rpcs)