Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Oct 12, 2022
1 parent f8a4025 commit bb28899
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.8.1 2022-10-12

## Fix

- Fix the request serializer on day 2 operations. `fill_in_survey` was saved as string instead of dict

## Enhancement

- Minor UI enhancements

# 1.8.0 2022-10-10

## Breaking changes ⚠
Expand Down
2 changes: 1 addition & 1 deletion Squest/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.8.1b"
__version__ = "1.8.1"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "squest"
version = "1.8.1b"
version = "1.8.1"
description = "Service catalog on top of Ansible Tower"
authors = ["Nicolas Marcq <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bb28899

Please sign in to comment.