Skip to content

Commit cbd20d3

Browse files
authored
v18.1.1 (#1091)
1 parent 0854914 commit cbd20d3

3 files changed

+6
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-18.1.1'></a>
24+
## v18.1.1 (2024-07-04)
25+
26+
- [Bugfix] Fix `mysql-native-password is not loaded` error in MySQL 8.4 when upgrading from tutor 15 or an earlier release to tutor 18 by enabling the plugin. (by @Danyal-Faheem)
27+
2328
<a id='changelog-18.1.0'></a>
2429
## v18.1.0 (2024-06-25)
2530

changelog.d/20240704_112127_danyal.faheem_fix_mysql_native_password_plugin.md

-1
This file was deleted.

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "18.1.0"
5+
__version__ = "18.1.1"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)