From 6a886957cb5ae3e2205cd4e7df7af65060983bc9 Mon Sep 17 00:00:00 2001 From: Jeremy Muriel Date: Fri, 14 Oct 2022 15:42:20 +0200 Subject: [PATCH] Release v1.31.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4845248c..a938edd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ ENHANCEMENTS: BUG FIXES: -* resource/`junos_security_global_policy`: fix error reading config when an element of `permit_application_services` have the suffix `permit`, `deny` or `reject` (Fixes #430) +## 1.31.1 (October 14, 2022) + +BUG FIXES: + +* resource/`junos_security_global_policy`: fix error reading config when an element of `permit_application_services` have the suffix `permit`, `deny` or `reject` (Fixes [#430](https://github.com/jeremmfr/terraform-provider-junos/issues/430)) * resource/`junos_security_policy`: fix error reading config when an element of `permit_application_services` have the suffix `permit`, `deny` or `reject` ## 1.31.0 (October 12, 2022)