diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bacf6a..281b64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - … +## fluent-locale 0.8.0 (September 10, 2019 + + - Update to `unic-langid` 0.5. + ## fluent-locale 0.7.0 (July 30, 2019) - Update `unic-langid` to 0.4. diff --git a/Cargo.toml b/Cargo.toml index 219e25e..c0d76e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fluent-locale" description = """ A library for language and locale negotiation. """ -version = "0.7.0" +version = "0.8.0" authors = ["Zibi Braniecki "] homepage = "http://projectfluent.org/" license = "Apache-2.0"