We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f669 commit ce36e02Copy full SHA for ce36e02
CHANGELOG.md
@@ -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
+
7
0.12.3
8
------
9
#### Enhancements
-- Suport create lists API (#144).
10
+- Support create lists API (#144).
11
12
0.12.2
13
mix.exs
@@ -3,7 +3,7 @@ defmodule ExTwitter.Mixfile do
def project do
[ app: :extwitter,
- version: "0.12.3",
+ version: "0.12.4",
elixir: ">= 1.4.0",
deps: deps(),
description: description(),
0 commit comments