# Changelog

What changed in Socigy.OpenSource.DB v0.1.83 — connection string Database= append fix.

## v0.1.83 — 3 May 2026

### Fixed

- The generated `IDbConnectionFactory.Create()` now correctly appends `;Database={name}` to the connection string regardless of whether the string already ends with a semicolon. Previously, a connection string without a trailing `;` produced an invalid string such as `...PasswordDatabase=MyDb`, causing Npgsql to fail to parse it.

---

> For the full release history across all versions see the [Changelog](/changelog).
