Skip to content

Commit

Permalink
3.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed May 22, 2024
1 parent 6639c2a commit 37695ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.3] - 2024-05-22

- Fix bug in PostgreSQL boolean handling (use booleans, not BIT)
- Fix bug in PostgreSQL where database listing failed if a database named 'postgres' was not present
- Make database enumeration an Enumerable not an array
- Bump MySqlConnector from 2.3.5 to 2.3.7
- Bump Npgsql from 8.0.2 to 8.0.3
- Bump Oracle.ManagedDataAccess.Core from 3.21.130 to 23.4.0
- Add System.Linq.Async 6.0.1

## [3.2.2] - 2024-03-13

Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyInformationalVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]

0 comments on commit 37695ef

Please sign in to comment.