From 1bd7cd62381051db6d6c7174d3c95a3ada48bc0f Mon Sep 17 00:00:00 2001 From: troosan Date: Fri, 12 Feb 2021 22:27:50 +0100 Subject: [PATCH] set release date --- CHANGELOG.md | 2 +- docs/installing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16318254..7cbb7ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.18.0](https://github.com/PHPOffice/PHPWord/tree/0.18.0) (2021-02-xx) +## [0.18.0](https://github.com/PHPOffice/PHPWord/tree/0.18.0) (2021-02-12) [Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.17.0...0.18.0) diff --git a/docs/installing.rst b/docs/installing.rst index baf966bd..7765aee8 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -32,7 +32,7 @@ Example: { "require": { - "phpoffice/phpword": "v0.17.*" + "phpoffice/phpword": "v0.18.*" } }