diff --git a/.gitignore b/.gitignore
index d591383..55b4f40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/librepo-1.11.0.tar.gz
+SOURCES/librepo-1.11.3.tar.gz
diff --git a/.librepo.metadata b/.librepo.metadata
index 0bfd32f..a5e0cee 100644
--- a/.librepo.metadata
+++ b/.librepo.metadata
@@ -1 +1 @@
-45b628df3c4a6b6a33674934db0c9b5219becb06  SOURCES/librepo-1.11.0.tar.gz
+d4d1d20a1259c45c34227d7e17a2c0d5ba82331b SOURCES/librepo-1.11.3.tar.gz
diff --git a/SPECS/librepo.spec b/SPECS/librepo.spec
index 608393c..a38a110 100644
--- a/SPECS/librepo.spec
+++ b/SPECS/librepo.spec
@@ -26,7 +26,7 @@
 %global dnf_conflict 2.8.8
 
 Name:           librepo
-Version:        1.11.0
+Version:        1.11.3
 Release:        1%{?dist}
 Summary:        Repodata downloading library
 
@@ -189,6 +189,15 @@ popd
 %endif
 
 %changelog
+* Fri Apr 03 2020 Ales Matej <amatej@redhat.com> - 1.11.3-1
+ - Update to 1.11.3
+ - Prefer mirrorlist/metalink over baseurl (RhBug:1775184)
+ - Fix calling Python API without holding GIL (RhBug:1788918) 
+ - Do not unref LrErr_Exception on exit (RhBug:1778854) 
+
+* Fri Dec 06 2019 Lukas Hrazky <lhrazky@redhat.com> - 1.11.0-2
+ - Create a directory for gpg sockets in /run/user/ (RhBug:1769831,1771012)
+
 * Tue Nov 12 2019 Ales Matej <amatej@redhat.com> - 1.11.0-1
  - Update to 1.11.0
  - Retry mirrorlist/metalink downloads several times (RhBug:1741931)