diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3f0caf552..4637090b77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,15 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
-## [Unreleased]
+## [16.1.1]
+
+### Changed
+
+- Set max version to 10 because core platform is switching to Semver
## [16.1.0] - 2018-07-11
+
### Fixed
+
- Rotate images in the browser [#764](https://github.com/owncloud/gallery/pull/764)
- Do not break if mount is not available [#739](https://github.com/owncloud/gallery/pull/739)
- Fix to work properly with 10.0.9 [738](https://github.com/owncloud/gallery/pull/738)
-[Unreleased]: https://github.com/owncloud/gallery/compare/v16.1.0...HEAD
+[16.1.1]: https://github.com/owncloud/gallery/compare/v16.1.0...v16.1.1
[16.1.0]: https://github.com/owncloud/gallery/compare/v16.0.2...v16.1.0
diff --git a/Makefile b/Makefile
index b554d2c6f5..cbc6f3cc4a 100644
--- a/Makefile
+++ b/Makefile
@@ -69,13 +69,14 @@ dist:
source:
rm -rf $(source_build_directory)
mkdir -p $(source_build_directory)
- tar cvzf $(source_package_name).tar.gz ../$(app_name) \
+ tar cvzf $(source_package_name).tar.gz \
--exclude-vcs \
--exclude="../$(app_name)/build" \
--exclude="../$(app_name)/js/node_modules" \
--exclude="../$(app_name)/node_modules" \
--exclude="../$(app_name)/*.log" \
--exclude="../$(app_name)/js/*.log" \
+ ../$(app_name)
# Builds the source package for the app store, ignores php and js tests
.PHONY: appstore
@@ -97,6 +98,9 @@ appstore:
utility \
templates \
js \
+ README.md \
+ CHANGELOG.md \
+ COPYING \
$(appstore_package_name)
ifdef CAN_SIGN
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8df0ed6d3c..f7a52a3d15 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,7 @@ Media gallery that adds image viewing capabilities to files view and public link
- Mobile support
AGPL
Olivier Paroz, Robin Appelman, Thomas Müller
- 16.1.0
+ 16.1.1
Gallery
https://doc.owncloud.com/server/latest/user_manual/files/gallery_app.html
@@ -33,7 +33,7 @@ Media gallery that adds image viewing capabilities to files view and public link
https://github.com/owncloud/gallery/issues
https://github.com/owncloud/gallery.git
-
+