Skip to content

Commit

Permalink
Release 0.11.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Jul 26, 2023
1 parent e6ea924 commit 5799cdc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.0] - 2023-07-26

### Added

* Improve the Authentication Provider to support custom flow such as oauth2/OIDC by [@jowilf](https://github.com/jowilf)
in [#221](https://github.com/jowilf/starlette-admin/pull/221).

### Internals

* Drop python 3.7 support by [@jowilf](https://github.com/jowilf)
in [#248](https://github.com/jowilf/starlette-admin/pull/248)

## [0.10.1] - 2023-07-22

### 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.0.dev0"
__version__ = "0.11.0"

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

0 comments on commit 5799cdc

Please sign in to comment.