diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d65bc8e..90ee0f4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ✨ **0.14.1** *(2020-03-14)* + +- #### 🛠 Fixes + + - `Connected` message was only called for first bridge creation. [[@nicklaswj], [#1029](https://github.com/yewstack/yew/pull/1029)] + ## ✨ **0.14** *(2020-03-14)* Happy 🥧 (PI) Day! This release brings a number of bug fixes for `web-sys` apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from `stdweb` to `web-sys` so quickly and uncovering these issues! diff --git a/Cargo.toml b/Cargo.toml index 003222f39..d7ec13be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew" -version = "0.14.0" +version = "0.14.1" edition = "2018" authors = [ "Denis Kolodin ",