Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneGudermann committed Nov 22, 2023
1 parent c224840 commit cc70d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

This file documents any relevant changes.
## [0.9.8] - 2023-11.22
- feat: added support for custom environment variables

## [0.9.7] - 2023-10.27
- fix: readded subdomain support
- feat: added editorconf
Expand Down
2 changes: 1 addition & 1 deletion src/app_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



__version__ = "0.9.7"
__version__ = "0.9.8"

subprocesses = []

Expand Down

0 comments on commit cc70d5a

Please sign in to comment.