Skip to content

Commit 6bf64c4

Browse files
committed
Update CHANGELOG.md
1 parent 62bec29 commit 6bf64c4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/auth0/JWTDecode.swift/tree/HEAD)
3+
## [0.3.0](https://github.com/auth0/JWTDecode.swift/tree/0.3.0) (2015-06-26)
44

5-
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/0.2.1...HEAD)
5+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/0.2.2...0.3.0)
6+
7+
**Merged pull requests:**
8+
9+
- Migrate to Swift [\#5](https://github.com/auth0/JWTDecode.swift/pull/5) ([hzalaz](https://github.com/hzalaz))
10+
11+
## [0.2.2](https://github.com/auth0/JWTDecode.swift/tree/0.2.2) (2015-06-26)
12+
13+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/0.2.1...0.2.2)
614

715
**Closed issues:**
816

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Version](https://img.shields.io/cocoapods/v/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
55
[![License](https://img.shields.io/cocoapods/l/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
66
[![Platform](https://img.shields.io/cocoapods/p/JWTDecode.svg?style=flat-square)](http://cocoadocs.org/docsets/JWTDecode)
7-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage)
88

99
This library will help you check [JWT](http://jwt.io/) payload
1010

0 commit comments

Comments
 (0)