From e95f864d17786d51dd4523cc0b9932c64e772cf5 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Sun, 22 Sep 2019 19:57:59 +0700 Subject: [PATCH] release: new version v0.1.0 [skip ci] --- CHANGELOG.md | 11 +++++++++-- VERSION | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83294f6..8c474fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v0.1.0](https://github.com/adhocore/php-jwt/releases/tag/v0.1.0) (2019-09-22) + +### Documentations +- Add stability info (Jitendra Adhikari) [_5435325_](https://github.com/adhocore/php-jwt/commit/5435325) + +### Miscellaneous +- Gitignore ./build dir (Jitendra Adhikari) [_d33fd90_](https://github.com/adhocore/php-jwt/commit/d33fd90) + + ## [v0.0.7](https://github.com/adhocore/php-jwt/releases/tag/v0.0.7) (2019-08-25) ### Documentations @@ -10,5 +19,3 @@ - Remove support of php 5.5 and polyfill (Jitendra Adhikari) [_0ac8787_](https://github.com/adhocore/php-jwt/commit/0ac8787) - Add backslash (Jitendra Adhikari) [_f4f0f74_](https://github.com/adhocore/php-jwt/commit/f4f0f74) - Add backslash (Jitendra Adhikari) [_83a88d3_](https://github.com/adhocore/php-jwt/commit/83a88d3) - - diff --git a/VERSION b/VERSION index 41a2819..b82608c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.7 +v0.1.0