diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 0237dbcc..04bf2b67 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -2,7 +2,7 @@ h1. Changelog Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases. -h2. Version 3.7.0 - upcoming +h2. "Version 3.7.0 - 2018/12/15":https://github.com/textile/php-textile/releases/tag/v3.7.0 * Fix problems with list parsing; no longer matches inline-syntax, such as strongs, as list item markers (closes "#172":https://github.com/textile/php-textile/issues/172). * Add option to disable specific substitution symbols by setting them to FALSE (see "#158":https://github.com/textile/php-textile/issues/158). diff --git a/src/Netcarver/Textile/Parser.php b/src/Netcarver/Textile/Parser.php index 32e92f04..ebe04e86 100644 --- a/src/Netcarver/Textile/Parser.php +++ b/src/Netcarver/Textile/Parser.php @@ -371,7 +371,7 @@ class Parser * @var string */ - protected $ver = '3.7.0-dev'; + protected $ver = '3.7.0'; /** * Regular expression snippets.