diff --git a/CHANGELOG.md b/CHANGELOG.md index f45a2dca..894b6bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ 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] - XXXX-XX-XX +## [1.1.0] - 2022-06-24 + +### Fixed + +- [#477](https://github.com/owncloud/files_antivirus/issue/477) - Advanced settings (list of rules) is not displayed +- [#472](https://github.com/owncloud/files_antivirus/issue/472) - Encapsulated type count is wrong in ICAPClient +- [#473](https://github.com/owncloud/files_antivirus/issue/473) - ICAP Response Modification Mode is missing + +### Added + +- [#488](https://github.com/owncloud/files_antivirus/issue/488) - Add ICAP Scanner for FortiSandbox +- [#489](https://github.com/owncloud/files_antivirus/issue/489) - Add ICAP Scanner for McAfee Web Gateway 10.x #489 ## [1.0.0] - 2021-05-31 @@ -326,7 +337,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Initial implementation -[unreleased]: https://github.com/owncloud/files_antivirus/compare/v1.0.0...master +[unreleased]: https://github.com/owncloud/files_antivirus/compare/v1.1.0...master +[1.1.0]: https://github.com/owncloud/files_antivirus/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/owncloud/files_antivirus/compare/v0.16.0...v1.0.0 [0.16.0]: https://github.com/owncloud/files_antivirus/compare/v0.15.2...v0.16.0 [0.15.2]: https://github.com/owncloud/files_antivirus/compare/v0.15.1...v0.15.2 diff --git a/appinfo/info.xml b/appinfo/info.xml index f0aafcb2..72c7cd92 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Please note that enabling this application can impact system performance as addi security AGPL Manuel Delgado, Bart Visscher, thinksilicon.de, Viktar Dubiniuk - 1.0.0 + 1.1.0 https://doc.owncloud.com/server/latest/admin_manual/configuration/server/antivirus_configuration.html diff --git a/sonar-project.properties b/sonar-project.properties index b3f17dec..9f1787cd 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_files_antivirus -sonar.projectVersion=1.0 +sonar.projectVersion=1.1.0 sonar.host.url=https://sonarcloud.io # =====================================================