Skip to content

Commit

Permalink
Prep 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Oct 24, 2019
1 parent 9c3fcd2 commit e28b325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ None.

---

### v1.2.1, 24 Oct 2019, Elixir `~> 1.0`

* [Enhancement] Improve `string_to_binary` and `binary_to_string` performance.

### v1.2.0, 24 Jun 2018, Elixir `~> 1.0`

* [Breaking] Rename application from `:uuid` to `:elixir_uuid` to avoid potential collisions with other applications with the same name.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule UUID.Mixfile do
use Mix.Project

@version "1.2.0"
@version "1.2.1"

def project do
[app: :elixir_uuid,
Expand Down

0 comments on commit e28b325

Please sign in to comment.