diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ee3b5..2880bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [3.2.1] – 2021-11-17 + +### Fixed +- Fixed unzipping bug, so that download correctly deals with folder structure of zip file + ## [3.2.0] – 2021-11-16 ### Changed diff --git a/iatikit/__version__.py b/iatikit/__version__.py index 573cf70..b50da94 100644 --- a/iatikit/__version__.py +++ b/iatikit/__version__.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.2.1'