diff --git a/CHANGELOG.md b/CHANGELOG.md index 08df31fa9..e98e25ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # v1.6.7 -## mm/dd/2019 +## 04/22/2019 1. [](#new) * Added a new `bin/grav yamllinter` CLI command to find YAML Linting issues [#2468](https://github.com/getgrav/grav/issues/2468#issuecomment-485151681) 1. [](#improved) * Improve `FormTrait` backwards compatibility with existing forms - * Added a new `Utils::getSubnet()` function for IPv6 parsing [#2465](https://github.com/getgrav/grav/pull/2465) + * Added a new `Utils::getSubnet()` function for IPv4/IPv6 parsing [#2465](https://github.com/getgrav/grav/pull/2465) 1. [](#bugfix) * Remove disabled fields from the form schema * Fix issue when excluding `inlineJs` and `inlineCss` from Assets pipeline [#2468](https://github.com/getgrav/grav/issues/2468) diff --git a/system/defines.php b/system/defines.php index d9152c547..35917b0f5 100644 --- a/system/defines.php +++ b/system/defines.php @@ -8,7 +8,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.6.6'); +define('GRAV_VERSION', '1.6.7'); define('GRAV_TESTING', false); define('DS', '/');