Skip to content

Commit

Permalink
chore: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik authored and aexvir committed Dec 16, 2019
1 parent 68f5d93 commit 15a6c3f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,20 @@ 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).

## 0.3.0 (2019-12-16)

### Added

- Add decorator for User Agent validation
- Issue [#36](https://github.com/kiwicom/kiwi-platform-py/issues/36)
- Add env variable for disabling validation of User-Agent
- Issue [#35](https://github.com/kiwicom/kiwi-platform-py/issues/35)

### Fixed

- Handle missing or empty User-Agent header in middlewares
- Issue [#32](https://github.com/kiwicom/kiwi-platform-py/issues/32)

## 0.2.1 (2019-07-25)

### Added
Expand Down
2 changes: 1 addition & 1 deletion kw/platform/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

__title__ = "kiwi-platform"
__description__ = "Company standards as code for Kiwi.com"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "kiwi-platform"
version = "0.2.1"
version = "0.3.0"
description = "Company standards as code for Kiwi.com"
authors = [
"Bence Nagy <bence@kiwi.com>",
Expand Down

0 comments on commit 15a6c3f

Please sign in to comment.