Skip to content

Commit

Permalink
release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
artemeff committed Oct 7, 2019
1 parent b157ebe commit c8f9702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

## v2.1.6

* Bug fixes
* Ensure module is compiled when checking for Construct def in `include` macro

## v2.1.5

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
version: "2.1.5",
version: "2.1.6",
elixir: "~> 1.4",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
Expand Down

0 comments on commit c8f9702

Please sign in to comment.