Skip to content

Commit 19f9dd9

Browse files
committed
release v1.2.0
1 parent ea839b8 commit 19f9dd9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
## v1.2.0
4+
5+
* Enhancements
6+
* Add `struct` type
7+
38
## v1.1.1
49
* Enhancements
510
* Definition in using macro

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Construct.Mixfile do
33

44
def project do
55
[app: :construct,
6-
version: "1.1.1",
6+
version: "1.2.0",
77
elixir: "~> 1.3",
88
deps: deps(),
99
test_coverage: [tool: ExCoveralls],

0 commit comments

Comments
 (0)