Skip to content

Commit 487c076

Browse files
committed
Bump version number
1 parent 7a760cc commit 487c076

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1.0
4+
5+
* Add iquery, iexecute, and iexecute_
6+
37
## 0.1.0
48

59
* Initial version.

postgresql-simple-interpolate.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-simple-interpolate
2-
version: 0.1
2+
version: 0.1.1.0
33
synopsis: Interpolated SQL queries via quasiquotation
44
description: Interpolated SQL queries via quasiquotation
55
license: BSD3
@@ -39,4 +39,4 @@ benchmark criterion
3939
, criterion
4040
default-language: Haskell2010
4141
type: exitcode-stdio-1.0
42-
42+

0 commit comments

Comments
 (0)