diff --git a/CHANGELOG.md b/CHANGELOG.md index 188f0e3fe47..188e14d61e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,13 +90,13 @@ As of Elixir v1.12, implicitly decreasing ranges are soft-deprecated and warning Elixir v1.12 has the additional of many functions across the standard library. The `Enum` module received additions such as `Enum.count_until/2`, `Enum.product/1`, `Enum.zip_with/2`, and more. The `Integer` module now includes `Integer.pow/2` and `Integer.extended_gcd/2`. Finally, the `Kernel` module got two new functions, `Kernel.then/2` and `Kernel.tap/2`, which are specially useful in `|>` pipelines. -## v1.12.1 +## v1.12.1 (2021-05-28) ### 1. Bug fixes #### Elixir - * [Code] Make sure `Code.format_string!/2` formats multiline expression inside interpolation on first run + * [Code] Make sure `Code.format_string!/2` formats multiline expression inside interpolation on the first run * [Macro] Revert keeping of underscores between digits in camelize #### Mix diff --git a/VERSION b/VERSION index 32bd932f355..6f165bc1b06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0 \ No newline at end of file +1.12.1 \ No newline at end of file