Skip to content

Commit

Permalink
Merge pull request #6 from 47deg/rafa-preparing-v0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Version 0.2-SNAPSHOT
  • Loading branch information
Rafa Paradela committed May 13, 2016
2 parents 0646b4d + 8616647 commit 753694b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=============

## 2016/05/11 - Version 0.1
## 2016/05/12 - Version 0.1

- First version
This first approach includes several functions related to Users, Repositories and Authentication process.

- Users:
- Get user
- Get authenticated user
- Get users

- Repositories:
- Get repository
- List commits

- Authentication:
- New authorization
- Get authorize url (oAuth step 1)
- Get access token (oAuth step 2)
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.fortysevendeg"

name := "github4s"

version := "0.1"
version := "0.2-SNAPSHOT"

scalaVersion := "2.11.8"

Expand Down

0 comments on commit 753694b

Please sign in to comment.