diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4daab09..e3ff4996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
`Pageboy` adheres to [Semantic Versioning](http://semver.org/).
#### 1.x Releases
-- `1.4.x` Releases - [1.4.0](#140)
+- `1.4.x` Releases - [1.4.0](#140) | [1.4.1](#141)
- `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131) | [1.3.2](#132) | [1.3.3](#133)
- `1.2.x` Releases - [1.2.0](#120) | [1.2.1](#121)
- `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112)
@@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file.
---
+## [1.4.1](https://github.com/uias/Pageboy/releases/tag/1.4.1)
+Released on 2017-08-14
+
+#### Fixed
+- [#99](https://github.com/uias/Pageboy/issues/99) Issues with guarding publicly visible delegates.
+ - Added guard statements to `UIScrollViewDelegate` and `UIPageViewControllerDelegate` functions to prevent external injection.
+ - Fixed by [msaps](https://github.com/msaps).
+
+
## [1.4.0](https://github.com/uias/Pageboy/releases/tag/1.4.0)
Released on 2017-07-25
diff --git a/Pageboy.podspec b/Pageboy.podspec
index df062717..9f4e8e5b 100644
--- a/Pageboy.podspec
+++ b/Pageboy.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.requires_arc = true
- s.version = "1.4.0"
+ s.version = "1.4.1"
s.summary = "A simple, highly informative page view controller."
s.description = <<-DESC
A page view controller that provides simplified data source management, enhanced delegation and other useful features.
diff --git a/Sources/Pageboy/Info.plist b/Sources/Pageboy/Info.plist
index 65b33dfa..4492a4c1 100644
--- a/Sources/Pageboy/Info.plist
+++ b/Sources/Pageboy/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.4.0
+ 1.4.1
CFBundleVersion
AUTO_GENERATED
NSPrincipalClass