bump version to 3.0.2

This commit is contained in:
Martin Linkhorst
2014-05-02 22:25:55 +02:00
parent c1c5b8aa15
commit 81b0e2f1b3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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).