diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2dd20f..dac2ffaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.0.4] - 2022-10-10 + +### Fixed + - LinkExplorer: Fix to provide privacy-by-default + ## [11.0.3] - 2022-09-24 ### Fixed diff --git a/Makefile b/Makefile index 09391abb..fd973e77 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=11.0.3 +version+=11.0.4 all: dev-setup build-js-production composer-no-dev diff --git a/appinfo/info.xml b/appinfo/info.xml index 5df72c5c..f1e7d469 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Requirements: - mbstring: * - when using MySQL, use at least v8.0 ]]> - 11.0.3 + 11.0.4 agpl Marcel Klehr Arthur Schiwon diff --git a/package.json b/package.json index ceef69d8..37aa31ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookmarks", - "version": "11.0.3", + "version": "11.0.4", "main": "js/index.js", "scripts": { "build": "NODE_ENV=production webpack --progress --config webpack.js",