diff --git a/CHANGELOG.md b/CHANGELOG.md index d449056..f9ffda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [0.6.0] - 2016-02-15 ### Added - Vagrant configuration for testing/debugging - Stub file for code completion in IDEs @@ -25,4 +27,5 @@ All notable changes to this project will be documented in this file. ### Added - Initial working release of the extension -[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.5.0...HEAD +[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.0...HEAD +[0.6.0]: https://github.com/gkralik/php7-sapnwrfc/compare/0.5.0...0.6.0 diff --git a/php_sapnwrfc.h b/php_sapnwrfc.h index 87ac446..d264771 100644 --- a/php_sapnwrfc.h +++ b/php_sapnwrfc.h @@ -13,7 +13,7 @@ extern zend_module_entry sapnwrfc_module_entry; #define phpext_sapnwrfc_ptr &sapnwrfc_module_entry -#define PHP_SAPNWRFC_VERSION "0.5.0" +#define PHP_SAPNWRFC_VERSION "0.6.0" #ifdef PHP_WIN32 # define PHP_SAPNWRFC_API __declspec(dllexport)