Skip to content

Commit

Permalink
Release 0.11.2 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf committed Sep 1, 2023
1 parent 069d558 commit a00d576
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.11.2] - 2023-08-31

### Fixed

* Bug Fix: Current Enum Value Not Pre-Selected on Edit by [@jowilf](https://github.com/jowilf)
in [#273](https://github.com/jowilf/starlette-admin/pull/273)

## [0.11.1] - 2023-07-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.1"
__version__ = "0.11.2"

from ._types import ExportType, RequestAction
from .actions import action
Expand Down

0 comments on commit a00d576

Please sign in to comment.