Skip to content

Commit dbcda6e

Browse files
committed
Merge branch 'release/1.1.1'
2 parents 8bafe49 + e2df3de commit dbcda6e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.1.1
4+
5+
### Changed
6+
7+
* `pgInsertManyEntities` returns count of inserted entities
8+
* `pgDeleteEntity` returns True if entity was actually deleted
9+
* `pgUpdateEntity` returns True if entity was actually updated
10+
311
## 1.1.0
412

513
### Added

postgresql-query.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-query
2-
version: 1.1.0
2+
version: 1.1.1
33

44
synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
55
using it

0 commit comments

Comments
 (0)