diff --git a/CHANGELOG b/CHANGELOG index 28bd9c1..8d969c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +**7.0.0** (Sep 12, 2019) + * Add zero prefix and suffix (thanks @LemonIceScream) + **6.2.0** (Sep 7, 2019) * Expose `Humanize` module, enhancing documentation (thanks @ coinop-logan) diff --git a/elm.json b/elm.json index 0d65a9d..b2412d8 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "cuducos/elm-format-number", "summary": "Format numbers as pretty strings", "license": "BSD-3-Clause", - "version": "6.2.0", + "version": "7.0.0", "exposed-modules": [ "FormatNumber", "FormatNumber.Humanize",