Skip to content

Commit da1e39e

Browse files
committed
Release 0.69.8.
1 parent e2488e4 commit da1e39e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2020-02-29
2+
lastmod: 2020-07-20
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,9 +11,14 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.69.8
15+
16+
* Fix `MySqlBulkLoader` with Azure Database for MySQL/MariaDB: [#853](https://github.com/mysql-net/MySqlConnector/issues/853).
17+
* Make schema collection names (for `MySqlConnection.GetSchema(collectionName)`) case-insensitive: [#852](https://github.com/mysql-net/MySqlConnector/issues/852).
18+
1419
### 0.69.7
1520

16-
* Support `ENUM` columns that use the `MYSQL_TYPE_ENUM` type in their column metadata: [#850](https://github.com/mysql-net/MySqlConnector/issues/845).
21+
* Support `ENUM` columns that use the `MYSQL_TYPE_ENUM` type in their column metadata: [#850](https://github.com/mysql-net/MySqlConnector/issues/850).
1722

1823
### 0.69.6
1924

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.69.7</VersionPrefix>
4+
<VersionPrefix>0.69.8</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)