diff --git a/CHANGELOG.md b/CHANGELOG.md index 308c167..eeef4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 3.0.2 + - Fix: Partial output of the document is now written to disk in a `RUNDOC_FAILED.md` file (https://github.com/zombocom/rundoc/pull/69) ## 3.0.1 diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index cba06c6..cd20d6d 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "3.0.1" + VERSION = "3.0.2" end