diff --git a/CHANGELOG.md b/CHANGELOG.md index 853d4b31..b7b19f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,10 +127,14 @@ ## `net` -### Version "0.2.7" +### Version "0.3.1" - export RequestBuilder and ResponseBuilder as public +### Version "0.3.0" + +- Seanaye/feat/serverside http (#312) + ### Version "0.2.6" - Add `PartialEq, Eq, PartialOrd, Ord, Hash` for eventsource `State` (#336) diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 6b2ad69e..cc5ef87e 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-net" -version = "0.3.0" +version = "0.3.1" authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza "] edition = "2018" license = "MIT OR Apache-2.0"