diff --git a/CHANGELOG.md b/CHANGELOG.md index 3503b57..3483f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.2.0 (in development) ------------------------ +v0.2.0 (2019-05-09) +------------------- - Changed the capitalization of "User-agent" in the log format string constants to "User-Agent" - The `cookies`, `env_vars`, `headers_in`, `headers_out`, `notes`, diff --git a/apachelogs/__init__.py b/apachelogs/__init__.py index 5c99ff6..66ec667 100644 --- a/apachelogs/__init__.py +++ b/apachelogs/__init__.py @@ -11,7 +11,7 @@ for more information. """ -__version__ = '0.2.0.dev1' +__version__ = '0.2.0' __author__ = 'John Thorvald Wodder II' __author_email__ = 'apachelogs@varonathe.org' __license__ = 'MIT' diff --git a/docs/changelog.rst b/docs/changelog.rst index 2e444d9..c64a4e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -v0.2.0 (in development) ------------------------ +v0.2.0 (2019-05-09) +------------------- - Changed the capitalization of "User-agent" in the log format string constants to "User-Agent" - The ``cookies``, ``env_vars``, ``headers_in``, ``headers_out``, ``notes``,