Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Feb 9, 2020
1 parent 76c8fc8 commit c17dbb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Unreleases
0.12.0
------
#### Changes
* Update dependency.
- Replaced poison dep with jason 1.1 (#121).
Replaced poison dep with jason 1.1 (#121).

#### Enhancements
- Add `full_text` field back into tweet model (#122).

0.11.0
------
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c17dbb5

Please sign in to comment.