Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.6.1 (#220)
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 Jun 5, 2023
1 parent 39dc5ac commit 4066221
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.6.1](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.0...v2.6.1) (2023-06-05)


### Bug Fixes

* allow connections to be typed as unions ([698b854](https://github.com/blb-ventures/strawberry-django-plus/commit/698b854b03ba58eaa3af84074ca6504732bf52d9)), closes [#223](https://github.com/blb-ventures/strawberry-django-plus/issues/223)
* pass headers further on TestClient ([39dc5ac](https://github.com/blb-ventures/strawberry-django-plus/commit/39dc5acb1c64c45bffc07653a0ce5e0ce3f45b13)), closes [#224](https://github.com/blb-ventures/strawberry-django-plus/issues/224)


### Documentation

* fix album related name in docs ([#219](https://github.com/blb-ventures/strawberry-django-plus/issues/219)) ([6d120d3](https://github.com/blb-ventures/strawberry-django-plus/commit/6d120d3eb445d16bd24663c05fdf7471d14e38e2))

## [2.6.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.5.0...v2.6.0) (2023-06-01)


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 = "strawberry-django-plus"
version = "2.6.0"
version = "2.6.1"
description = "Enhanced Strawberry GraphQL integration with Django"
authors = ["Thiago Bellini Ribeiro <thiago@bellini.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion strawberry_django_plus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_original_enum_init = EnumDefinition.__init__
_original_from_generic = NameConverter.from_generic

__version__ = "2.6.0" # x-release-please-version
__version__ = "2.6.1" # x-release-please-version


def _get_doc(obj):
Expand Down

0 comments on commit 4066221

Please sign in to comment.