Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 11, 2021
1 parent 229f669 commit ce36e02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
0.12.4
------
#### Enhancements
- Support destroy lists API (#145).
- Support add members to a list API (#146).

0.12.3
------
#### Enhancements
- Suport create lists API (#144).
- Support create lists API (#144).

0.12.2
------
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.12.3",
version: "0.12.4",
elixir: ">= 1.4.0",
deps: deps(),
description: description(),
Expand Down

0 comments on commit ce36e02

Please sign in to comment.