Skip to content

Commit

Permalink
release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Mar 7, 2023
1 parent d1e3093 commit b9155d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.10.0 2023-03-07

## Fix

- Fix SQUEST_EMAIL_HOST env var to match the behavior described in the doc. Removed hard coded `squest@`. ⚠️may break your config if <name>@<domain> is not set.

## Feature

- CVS export on resource pool page
- add PostgreSQL database support
- add a custom note into the login page

# 1.9.0 2022-12-14

## 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.9.1b"
__version__ = "1.10.0"
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.9.1b"
version = "1.10.0"
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 b9155d0

Please sign in to comment.