Skip to content

Commit

Permalink
Changelog for hybridauth#612
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 7, 2016
1 parent 3b47faf commit 9ec172c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Hybridauth Change log
=====================
2.7.0 - XXX
New:
#612 - [OAuth2Client][improvement] Be able to specify decode json step per each api call

2.6.0 - January 12 2016
New providers:
#546 + #547 - GitLab OAuth2
Expand All @@ -23,7 +27,6 @@ Hybridauth Change log
#595 - [DigitalOcean] Removing location
#606 + #607 - [stackexchange] Bugs fixing and improvements


2.5.1 - October 12 2015
Fixes:
#542 - [XING] updated provider to 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HybridAuth 2.6.0
# HybridAuth 2.7.0-dev

[![Join the chat at https://gitter.im/hybridauth/hybridauth](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hybridauth/hybridauth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion hybridauth/Hybrid/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Hybrid_Auth {

public static $version = "2.6.0";
public static $version = "2.7.0-dev";

/**
* Configuration array
Expand Down

0 comments on commit 9ec172c

Please sign in to comment.