diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index bd03a0689c..6ffcc52bc5 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,6 @@ +# 4.7.17.1 (API 0.9.2) +- XSS bug in budget title. + # 4.7.17 (API 0.9.2) - Support for Norwegian! - Clear cache during install routine. diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 6a6dda0bf5..d78701e8aa 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 27, - appMarketingVersion = (defaultText = "4.7.17"), + appVersion = 28, + appMarketingVersion = (defaultText = "4.7.17.1"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index 5c1ea0c91c..0a9aa870af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.7.17 + - VERSION=4.7.17.1 dist: xenial diff --git a/changelog.md b/changelog.md index 793a797f73..d2a140a6de 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,9 @@ Lots of changes - updated api +## [4.7.17.1 (API 0.9.2)] - 2019-07-15 + +- XSS bug in budget title. ## [4.7.17 (API 0.9.2)] - 2019-03-17