From d632eef61fb619b3b5bc72b04d9223a2d8e691c2 Mon Sep 17 00:00:00 2001 From: Gabi Date: Wed, 19 Jun 2019 13:48:34 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/filestack_rails/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65173c8..7520801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.0.4 (June 19, 2019) +- Fix issue with security in v3 +- Update link to Github Issues + ## 4.0.3 (March 25, 2019) - Fix gem version diff --git a/VERSION b/VERSION index c4e41f9..c5106e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.3 +4.0.4 diff --git a/lib/filestack_rails/version.rb b/lib/filestack_rails/version.rb index fb8a406..890a8e0 100644 --- a/lib/filestack_rails/version.rb +++ b/lib/filestack_rails/version.rb @@ -14,7 +14,7 @@ def determine_filestack_js_result end module FilestackRails - VERSION = '4.0.3' + VERSION = '4.0.4' module Version def get_filestack_js_result(results)