From b867a5a96c4e698cdae7ce01010d48de80cc4fbe Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 19 Dec 2016 12:42:34 +1100 Subject: [PATCH] changlog and version bump --- CHANGELOG.md | 4 ++++ lib/onebox/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62512f4e..47a236a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.6 + + * SECURITY: normalize url for audio/video oneboxes + ## 1.5.64 * Escape HTML entities in text when oneboxing Amazon URLs. diff --git a/lib/onebox/version.rb b/lib/onebox/version.rb index b63ff69d..1315a5ea 100644 --- a/lib/onebox/version.rb +++ b/lib/onebox/version.rb @@ -1,3 +1,3 @@ module Onebox - VERSION = "1.6.5" + VERSION = "1.6.6" end