Skip to content

Commit ce36e02

Browse files
committed
Bump version
1 parent 229f669 commit ce36e02

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
0.12.4
2+
------
3+
#### Enhancements
4+
- Support destroy lists API (#145).
5+
- Support add members to a list API (#146).
6+
17
0.12.3
28
------
39
#### Enhancements
4-
- Suport create lists API (#144).
10+
- Support create lists API (#144).
511

612
0.12.2
713
------

mix.exs

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

44
def project do
55
[ app: :extwitter,
6-
version: "0.12.3",
6+
version: "0.12.4",
77
elixir: ">= 1.4.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)