Skip to content

Commit

Permalink
Merge pull request #9650 from nextcloud/release/v3.6.1
Browse files Browse the repository at this point in the history
build: release v3.6.1
  • Loading branch information
miaulalala committed May 16, 2024
2 parents d59eebb + 4df3c27 commit 63f582b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.6.1 – 2024-05-16
### Fixed
- Searching mailbox by address
- Creating tasks from emails
- Url generation
- Saving attachments to files
- Threading garbage collection

## 3.6.0 – 2024-04-22
### Added
* Selection of untrusted S/MIME certificates
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]></description>
<version>3.6.0</version>
<version>3.6.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
"version": "3.6.0",
"version": "3.6.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 63f582b

Please sign in to comment.