From e50eaa72c139eaf19ca76ad18e13557bead1368e Mon Sep 17 00:00:00 2001 From: Aleksei Zakharov Date: Thu, 7 Apr 2022 22:11:20 +0300 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561eec1..9dc375d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [2.3.2] - 2022-04-07 +### Added +- Add `--version` argument. By [@Ubun1](https://github.com/Ubun1) + ## [2.3.1] - 2022-03-12 ### Changed - Added docker multistage build. By [@ststefa](https://github.com/ststefa)