From 9b1a1b24edf5d826ab3ea7076bae3f179ecf486e Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 29 Apr 2021 15:51:32 +0200 Subject: [PATCH] adjust version informations --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cf3d9..545b138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [1.3.1] - 2021-04-29 + +### Fixed + +- prevent the use of not countable parameters in prepared statemant rendering + +--- + ## [1.3.0] - 2021-03-02 ### Fixed