diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 2c70a5a..87518f6 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 4.1.0 - upcoming +h2. "Version 4.1.0 - 2024/01/02":https://github.com/textile/php-textile/releases/tag/v4.1.0 * Support @:@ and @!@ characters in CSS class names (closes "#224":https://github.com/textile/php-textile/issues/224). * Support including textile escape sequences inside link title attribute (closes "#223":https://github.com/textile/php-textile/issues/223). diff --git a/src/Netcarver/Textile/Parser.php b/src/Netcarver/Textile/Parser.php index 1bb5c72..d6d044e 100644 --- a/src/Netcarver/Textile/Parser.php +++ b/src/Netcarver/Textile/Parser.php @@ -384,7 +384,7 @@ class Parser * * @var string */ - protected $ver = '4.1.0-dev'; + protected $ver = '4.1.0'; /** * Regular expression snippets.