Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Aug 29, 2023
1 parent 9e8da55 commit 752dbd9
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 186 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ body:
label: Version
description: What version of our software are you running?
options:
- v0.3.1
- v0.3.0
- v0.3.x
- v0.2.0 or lower
validations:
required: true
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.6] - 2023-08-29

## Added
- Arithmetic and logical expression evaluation in Sieve scripts.
- Support for storing query results in Sieve variables.
- Results of SPF, DKIM, ARC, DMARC and IPREV checks available as environment variables in Sieve scripts.
- Configurable protocol flags for Milter filters.
- Fall-back to plain text when `STARTTLS` fails and `starttls` is set to `optional`.

### Changed

### Fixed
- Do not panic when `hash = 0` in reports. (#60)

## [0.3.5] - 2023-08-18

## Added
Expand Down
Loading

0 comments on commit 752dbd9

Please sign in to comment.