Skip to content

Commit fcfce03

Browse files
committed
Update CHANGELOG and bump version
1 parent 32520ae commit fcfce03

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.4
2+
------
3+
#### Enhancements
4+
- Implement friendships lookup (#111).
5+
16
0.9.3
27
------
38
#### Changes

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.9.3",
6+
version: "0.9.4",
77
elixir: ">= 1.4.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)