Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gjaldon committed Jul 21, 2017
1 parent 4b3fa47 commit e42a1a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,10 @@
# Changelog for v1.0
# Changelog

## 1.0.2

- Fix `defenum/2` and `defenum/3` not accepting variables

## 1.0

- Integration with Ecto 2.0
If you encounter any compiler or deprecation warnings related to Ecto 2.0,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule EctoEnum.Mixfile do
use Mix.Project

@version "1.0.1"
@version "1.0.2"

def project do
[app: :ecto_enum,
Expand Down

0 comments on commit e42a1a3

Please sign in to comment.