From 07b3f0114063097e387d8f366be2ba682f8df41b Mon Sep 17 00:00:00 2001 From: Artem Brezhnev Date: Tue, 13 Sep 2022 23:00:33 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a013f83..ac9514e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.0.11] - 2022-09-13 + +### Fixed +- Improve sls handling of errors to match acs action (PR #35, @dmyers) +- Fix querying tenants via console commands when using PostgreSQL (issue #22) + ## [2.0.10] - 2022-04-14 ### Added