diff --git a/CHANGELOG.md b/CHANGELOG.md index 6417f5f..9ba2409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 4.1.3 + - Fix: Internal error in `background.wait` introduced in 4.1.2 (https://github.com/zombocom/rundoc/pull/97) - Fix: Website commands such as `:::>> website.visit(...)` now use lazy lookup (like Background tasks since 4.1.2). This allows `pre.erb` to be used with these commands (https://github.com/zombocom/rundoc/pull/98) diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index 7f01bce..f44098d 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "4.1.2" + VERSION = "4.1.3" end