diff --git a/_service b/_service
index 89c4724..fe54787 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
@PARENT_TAG@+git@TAG_OFFSET@.%h
VERSION_(\d+).(\d+).(\d+)(.*)
\1.\2.\3\4
- VERSION_4_13_5
+ VERSION_4_14_0
diff --git a/_servicedata b/_servicedata
index 067723a..2cc89eb 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/orafce/orafce.git
- ab95f8296486801e3f90d101e43a7528674399e0
\ No newline at end of file
+ f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5
\ No newline at end of file
diff --git a/orafce-4.13.5+git0.ab95f82.obscpio b/orafce-4.13.5+git0.ab95f82.obscpio
deleted file mode 100644
index dcf7a95..0000000
--- a/orafce-4.13.5+git0.ab95f82.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b24cce93f76bd6601c458b32631702911e00f69e3224151256d881077d9db498
-size 2236428
diff --git a/orafce-4.14.0+git0.f0ecbd3.obscpio b/orafce-4.14.0+git0.f0ecbd3.obscpio
new file mode 100644
index 0000000..f86fb58
--- /dev/null
+++ b/orafce-4.14.0+git0.f0ecbd3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ae88a41b33c3cdbc21e2ba2757167c74012662d9e3686463ad5cf0ffc3b8a14
+size 2233868
diff --git a/orafce.changes b/orafce.changes
index 4bc69bb..f10d694 100644
--- a/orafce.changes
+++ b/orafce.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Tue Nov 26 09:18:32 UTC 2024 - emiliano.langella@suse.com
+
+- Update to version 4.14.0+git0.f0ecbd3:
+ * prepare for 4.14.0
+ * prepare for 4.13.6
+ * remove invalid alternative results of dbms_random test
+ * fix dbms_random test for pg 12
+ * fix error when orafce's triggers was executed on table with dropped columns
+ * update year in info comment
+ * fix white chars
+ * Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results.
+ * regress test for new nvl function
+ * fix Makefile and return type previously added nvl function
+ * Add support to nvl(double precision, integer) and to_date(integer, text).
+
-------------------------------------------------------------------
Tue Oct 22 14:01:46 UTC 2024 - emiliano.langella@suse.com
diff --git a/orafce.obsinfo b/orafce.obsinfo
index 5a9e82a..c58f3e8 100644
--- a/orafce.obsinfo
+++ b/orafce.obsinfo
@@ -1,4 +1,4 @@
name: orafce
-version: 4.13.5+git0.ab95f82
-mtime: 1729566529
-commit: ab95f8296486801e3f90d101e43a7528674399e0
+version: 4.14.0+git0.f0ecbd3
+mtime: 1732555104
+commit: f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5
diff --git a/orafce.spec b/orafce.spec
index 7473638..8f62570 100644
--- a/orafce.spec
+++ b/orafce.spec
@@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
-Version: 4.13.5+git0.ab95f82
+Version: 4.14.0+git0.f0ecbd3
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools