We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81557ff commit f7b28b8Copy full SHA for f7b28b8
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
3
+# [1.2.0](https://github.com/pycasbin/django-orm-adapter/compare/v1.1.3...v1.2.0) (2023-11-03)
4
+
5
6
+### Features
7
8
+* code refactoring and bug fixing ([#29](https://github.com/pycasbin/django-orm-adapter/issues/29)) ([81557ff](https://github.com/pycasbin/django-orm-adapter/commit/81557ffb7c7b2756fc2676662a693cd2d684e20e))
9
10
## [1.1.3](https://github.com/pycasbin/django-orm-adapter/compare/v1.1.2...v1.1.3) (2023-10-28)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "casbin-django-orm-adapter"
-version = "1.1.3"
+version = "1.2.0"
authors = [
{name = "Yang Luo", email = "hsluoyz@qq.com"},
]
0 commit comments