From e5c4a081923ee8872719f98310930981698c3a25 Mon Sep 17 00:00:00 2001 From: Schneems Date: Fri, 13 Dec 2024 14:05:04 -0600 Subject: [PATCH] v4.1.1 --- CHANGELOG.md | 2 ++ lib/rundoc/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 528314b..736ea72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 4.1.1 + - Fix: Visibility forwarding for `pre.erb` was accidentally reversed, this is now fixed. (https://github.com/zombocom/rundoc/pull/93) ## 4.1.0 diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index d05f3ab..8a66eef 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "4.1.0" + VERSION = "4.1.1" end