Skip to content

Commit

Permalink
chore(main): release 1.2.3 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored Mar 30, 2023
1 parent ea3c9bf commit 32eaba7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.3](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.2...v1.2.3) (2023-03-30)


### Documentation

* remove unneccesary fields from bug report ([d1454f9](https://github.com/andrewthetechie/pydantic-aioredis/commit/d1454f91ec394a6f6c0d043ad2511d156808e5df))


### Dependencies

* update redis-py for CVE ([#542](https://github.com/andrewthetechie/pydantic-aioredis/issues/542)) ([ea3c9bf](https://github.com/andrewthetechie/pydantic-aioredis/commit/ea3c9bf177ada446e97f91c55e982c86c4f4b856))

## [1.2.2](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.1...v1.2.2) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion pydantic_aioredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Entry point for pydantic-aioredis"""
# set by poetry-dynamic-versioning
__version__ = "1.2.2" # noqa: E402
__version__ = "1.2.3" # noqa: E402

from .config import RedisConfig # noqa: F401
from .model import Model # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-aioredis"
version = "1.2.2"
version = "1.2.3"
description = "Use your pydantic models as an ORM, storing data in Redis."
authors = ["Andrew Herrington <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 32eaba7

Please sign in to comment.