Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 2, 2023
1 parent 4a9ca15 commit 5b929fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/axieum/django-user-trace/compare/v1.0.0...v1.1.0) (2023-07-02)


### Features

* **celery:** add support for tracing Celery tasks (closes [#2](https://github.com/axieum/django-user-trace/issues/2)) ([#8](https://github.com/axieum/django-user-trace/issues/8)) ([ad916e7](https://github.com/axieum/django-user-trace/commit/ad916e7875159e5bd454c9cb3142aef1c62f9f26))
* dispatch signals to enable third-party integrations (closes [#4](https://github.com/axieum/django-user-trace/issues/4)) ([#5](https://github.com/axieum/django-user-trace/issues/5)) ([887a131](https://github.com/axieum/django-user-trace/commit/887a131d4f86ff0088552132c7dec46f5a0b73b1))


### Documentation

* fix mermaid diagram does not render (fixes [#7](https://github.com/axieum/django-user-trace/issues/7)) ([81bcb49](https://github.com/axieum/django-user-trace/commit/81bcb4911b61a9dde9049b4592269201eca1c7cb))

## 1.0.0 (2023-03-28)


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 = "django-user-trace"
version = "1.0.0"
version = "1.1.0"
description = "A Python logging filter for Django user attributes."
license = "MIT"
authors = ["Jonathan Hiles <[email protected]>"]
Expand Down

0 comments on commit 5b929fa

Please sign in to comment.