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 4e6461a commit 3f92b61Copy full SHA for 3f92b61
CHANGELOG.md
@@ -1,9 +1,17 @@
1
-# v 0.4.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
10
11
* Use OAuth 0.8
12
* Fix Elixir warnings
13
* Replace Map usage with Keyword
14
-# v 0.2.0
15
+## v0.2.0
16
17
* Bump to version 0.2.0 of Ueberauth
mix.exs
@@ -1,7 +1,7 @@
defmodule Ueberauth.Github.Mixfile do
use Mix.Project
- @version "0.7.0"
+ @version "0.8.0"
def project do
[app: :ueberauth_github,
0 commit comments