From d5883eb8ceaa505e160cd9e11da92580681b82df Mon Sep 17 00:00:00 2001 From: AsafMah Date: Tue, 2 May 2023 16:09:27 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f6a1d7..52cead96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,8 @@ 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). ## Unreleased -### Added -- `ServerTimeout` Query Option - -### Changed -- `MgmtOption` is deprecated. From now on both `Query` and `Mgmt` accept `QueryOption`, `MgmtOption` will remain as an alias until the next version. -- - -### Fixed - -### Removed -- `AllowWrite` has been a no-op for a while. It is now finally removed. - -### Security +## Fixed +* AttachPolicyClientOptions method by @JorTurFer ## [0.12.1] - 2023-05-01 ### Fixed