diff --git a/src/StrongSwan/SQL.hs b/src/StrongSwan/SQL.hs
--- a/src/StrongSwan/SQL.hs
+++ b/src/StrongSwan/SQL.hs
@@ -37,6 +37,7 @@
 -- config etc and no attempt is made to reuse them amongst managed connections.
                         writeIPSecSettings,
                         findIPSecSettings,
+                        lookupIPSecSettings,
                         deleteIPSecSettings,
                         addSecret,
                         removeSecret,
diff --git a/strongswan-sql.cabal b/strongswan-sql.cabal
--- a/strongswan-sql.cabal
+++ b/strongswan-sql.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: cd5f9b6d39a470e19052b77e99316e5bbbf3309eed049403673cca5170192a8f
+-- hash: f8b1dcf53f685958f34e7efb6fbb4777882c2ac6a753432528f03d0f5a0a115d
 
 name:           strongswan-sql
-version:        1.2.1.0
+version:        1.2.2.0
 synopsis:       Interface library for strongSwan SQL backend
 description:    Interface library and companion CLI tool to configure strongSwan IPsec over MySQL backend
 category:       Console, Library, Network APIs, SQL
