summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-28 21:29:38 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-28 21:29:38 -0700
commit5507e16d5500ee609dc42598ad24fb3c5d4558d4 (patch)
treed315e2dd11e6d0ec8188738db206c3760c653195
parente03c6c25f6804f9895c29175e4e8bc7b98ba361e (diff)
downloadcmd2-git-5507e16d5500ee609dc42598ad24fb3c5d4558d4.tar.gz
Fixed date of 0.8.8 release in CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 556d02c3..2f6f48cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
* ``CmdResult`` had attributes of: **out**, **err**, **war**
* ``CmdResult`` will be deleted in the next release
-## 0.8.8 (TBD, 2018)
+## 0.8.8 (June 28, 2018)
* Bug Fixes
* Prevent crashes that could occur attempting to open a file in non-existent directory or with very long filename
* Enhancements