mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump version to 3.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user