Skip to content

Commit d4b6e6e

Browse files
committed
Added changelog to the README
1 parent 228b69b commit d4b6e6e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ This SDK uses [Composer](http://getcomposer.org/doc/01-basic-usage.md) to manage
109109

110110
#### Enjoy
111111

112+
# CHANGELOG
113+
114+
## 0.6.6
115+
116+
- Internal change, instead of using inheritance to change how we persist user data we now use composition
117+
- API change, now getUserInfo returns the user info directly, so if you want the user name you use $userInfo['name'] instead of $userInfo['results']['name']
118+
119+
## 0.6.5
120+
121+
- Added fitbit example
122+
- Fix base url bug
123+
112124
# TODO
113125

114126
- Better code documentation

0 commit comments

Comments
 (0)