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 76c8fc8 commit c17dbb5Copy full SHA for c17dbb5
CHANGELOG.md
@@ -1,8 +1,10 @@
1
-Unreleases
+0.12.0
2
------
3
#### Changes
4
-* Update dependency.
5
- - Replaced poison dep with jason 1.1 (#121).
+Replaced poison dep with jason 1.1 (#121).
+
6
+#### Enhancements
7
+- Add `full_text` field back into tweet model (#122).
8
9
0.11.0
10
mix.exs
@@ -3,7 +3,7 @@ defmodule ExTwitter.Mixfile do
def project do
[ app: :extwitter,
- version: "0.11.0",
+ version: "0.12.0",
elixir: ">= 1.4.0",
deps: deps(),
description: description(),
0 commit comments