diff --git a/changelog.md b/changelog.md index cca8992e..bdc16676 100644 --- a/changelog.md +++ b/changelog.md @@ -8,11 +8,12 @@ - [d]—docs improvement -## 2.6.2 (WIP) +## 2.6.2 (February 9, 2023) - [+] Add `LIMIT 1` to the single object variant of `select` proc to make selection faster. - [f] Add `PRAGMA foreign_keys=on` to sqlite connections upon creation, for both the pool and when using `getDb`. + ## 2.6.1 (December 12, 2022) - [+] Add the ability to create indexes for tables (see [#180](https://github.com/moigagoo/norm/issues/180)). diff --git a/norm.nimble b/norm.nimble index 3f6899ec..2e4f7cf2 100755 --- a/norm.nimble +++ b/norm.nimble @@ -1,6 +1,6 @@ # Package -version = "2.6.1" +version = "2.6.2" author = "Constantine Molchanov" description = "Nim ORM for SQLite and PostgreSQL." license = "MIT"