Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-04-06)

### Features

* support BatchAdapter and UpdateAdapter interfaces ([#6](#6)) ([2065a79](2065a79))
  • Loading branch information
semantic-release-bot committed Apr 6, 2024
1 parent 2065a79 commit 602666f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

# [1.2.0](https://github.com/pycasbin/async-redis-adapter/compare/v1.1.0...v1.2.0) (2024-04-06)


### Features

* support BatchAdapter and UpdateAdapter interfaces ([#6](https://github.com/pycasbin/async-redis-adapter/issues/6)) ([2065a79](https://github.com/pycasbin/async-redis-adapter/commit/2065a791120e4563d019ee450c940074012611e4))

# [1.1.0](https://github.com/pycasbin/async-redis-adapter/compare/v1.0.1...v1.1.0) (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
version = 1.1.0
version = 1.2.0

0 comments on commit 602666f

Please sign in to comment.