Skip to content

Commit 3f92b61

Browse files
committed
Add changelogs
1 parent 4e6461a commit 3f92b61

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# v 0.4.1
1+
# Changelog
2+
3+
## v0.8.0
4+
5+
* Allow private emails [#42](https://github.com/ueberauth/ueberauth_github/pull/42)
6+
* Use `Ueberauth` JSON library configuration [#51](https://github.com/ueberauth/ueberauth_github/pull/51)
7+
* Add `description` field [#38](https://github.com/ueberauth/ueberauth_github/pull/38)
8+
9+
## v0.4.1
210

311
* Use OAuth 0.8
412
* Fix Elixir warnings
513
* Replace Map usage with Keyword
614

7-
# v 0.2.0
15+
## v0.2.0
816

917
* Bump to version 0.2.0 of Ueberauth

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Ueberauth.Github.Mixfile do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.8.0"
55

66
def project do
77
[app: :ueberauth_github,

0 commit comments

Comments
 (0)