From 57b1c33af665e9dc47c1ff172a628a357dc017e5 Mon Sep 17 00:00:00 2001 From: Serg Tereshchenko Date: Mon, 7 Nov 2022 11:24:53 +0200 Subject: [PATCH] chore(release): 0.18.6 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84b019..933f0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.18.6](https://github.com/deschler/django-modeltranslation/compare/v0.18.5...v0.18.6) (2022-11-07) + + +### Bug Fixes + +* Fix unexpected ordering after `values()`/`values_list()` followed by `order_by()`. ([09ce0e0](https://github.com/deschler/django-modeltranslation/commit/09ce0e076ba323432275e28eb16fdb19f37df3e0)), closes [#655](https://github.com/deschler/django-modeltranslation/issues/655) [#656](https://github.com/deschler/django-modeltranslation/issues/656) + ### [0.18.5](https://github.com/deschler/django-modeltranslation/compare/v0.18.4...v0.18.5) (2022-10-12) diff --git a/VERSION b/VERSION index fe5a2ce..60c7746 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.5 \ No newline at end of file +0.18.6 \ No newline at end of file