Skip to content

Commit f554215

Browse files
committed
chore: new version 1.0.0 [skip ci]
1 parent d7c3b05 commit f554215

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.0.0](https://github.com/adhocore/php-jwt/releases/tag/1.0.0) (2019-12-13)
2+
3+
### Internal Refactors
4+
- Strict types (Jitendra Adhikari) [_cb2b81e_](https://github.com/adhocore/php-jwt/commit/cb2b81e)
5+
- Add typehints (Jitendra Adhikari) [_17477d9_](https://github.com/adhocore/php-jwt/commit/17477d9)
6+
7+
### Miscellaneous
8+
- **Phpunit**: Remove obsolete prop (Jitendra Adhikari) [_cca8b01_](https://github.com/adhocore/php-jwt/commit/cca8b01)
9+
- **Composer**: Set min php 7, add test script (Jitendra Adhikari) [_b4a317e_](https://github.com/adhocore/php-jwt/commit/b4a317e)
10+
11+
### Documentations
12+
- On stability (Jitendra Adhikari) [_2a344b8_](https://github.com/adhocore/php-jwt/commit/2a344b8)
13+
- On PHP versions (Jitendra Adhikari) [_62586ec_](https://github.com/adhocore/php-jwt/commit/62586ec)
14+
15+
### Builds
16+
- **Travis**: Retire php5.6 (Jitendra Adhikari) [_45ec90e_](https://github.com/adhocore/php-jwt/commit/45ec90e)
17+
18+
119
## [0.1.2](https://github.com/adhocore/php-jwt/releases/tag/0.1.2) (2019-12-13)
220

321
### Documentations

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
1.0.0

0 commit comments

Comments
 (0)