From 81b0e2f1b3ecb876053074e32bbf4cf4e23ba50e Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Fri, 2 May 2014 22:25:55 +0200 Subject: [PATCH] bump version to 3.0.2 --- doc/CHANGELOG.md | 2 ++ lib/open_project/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 859273b9c9f..dfecfe44e36 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -29,6 +29,8 @@ See doc/COPYRIGHT.rdoc for more details. # Changelog +## 3.0.2 + * `#1725` Content-sniffing-based XSS for attachments * `#6310` API v1 is now deprecated and will be removed in the next major release of OpenProject * `#7056` Enable Active Record Session Store diff --git a/lib/open_project/version.rb b/lib/open_project/version.rb index bcbf942fb47..41a8606a52a 100644 --- a/lib/open_project/version.rb +++ b/lib/open_project/version.rb @@ -34,7 +34,7 @@ module OpenProject MAJOR = 3 MINOR = 0 - PATCH = 1 + PATCH = 2 TINY = PATCH # Redmine compat # Used by semver to define the special version (if any).