diff --git a/_servicedata b/_servicedata
index a9a55f0..a57143a 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/SUSE/connect-ng.git
- 17a79019a857c17bd114523b699f2ba97da398a8
\ No newline at end of file
+ 472bdddd7894f8ddbf002143d472b5052a84d633
\ No newline at end of file
diff --git a/connect-ng-1.0.0~git14.17a7901.tar.xz b/connect-ng-1.0.0~git14.17a7901.tar.xz
deleted file mode 100644
index f19bea7..0000000
--- a/connect-ng-1.0.0~git14.17a7901.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4eef84bfa8978149b3f7f86512a7ada1814e4b5420d26c2c07d140a299581cb4
-size 78256
diff --git a/connect-ng-1.1.0~git0.e3c41e60892e.tar.xz b/connect-ng-1.1.0~git0.e3c41e60892e.tar.xz
new file mode 100644
index 0000000..f890c9e
--- /dev/null
+++ b/connect-ng-1.1.0~git0.e3c41e60892e.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22eeb2ba64f8849ae967054cc6ce33686ca49d27bc57cf0850d28d809d2fcde3
+size 78948
diff --git a/suseconnect-ng.changes b/suseconnect-ng.changes
index 6b698cc..862f0ea 100644
--- a/suseconnect-ng.changes
+++ b/suseconnect-ng.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Fri Mar 17 10:34:15 UTC 2023 - msabate@suse.com
+
+- Update to version 1.1.0~git0.e3c41e60892e:
+ * Bump to v1.1.0
+
+-------------------------------------------------------------------
+Tue Mar 14 10:10:09 UTC 2023 - msabate@suse.com
+
+- Update to version 1.0.0~git23.406b219ccc9e:
+ * Added MemTotal detection for HwInfo
+ * move 'ExcludeArch' out of the if block
+
+-------------------------------------------------------------------
+Wed Mar 08 10:44:59 UTC 2023 - tschmidt@suse.com
+
+- Update to version 1.0.0~git19.b225bc3:
+ * Make keepalive on SUMA systems exit without error (bsc#1207876)
+ * Update README.md
+ * Add deactivate API to ruby bindings (bsc#1202705)
+
-------------------------------------------------------------------
Tue Dec 13 12:57:16 UTC 2022 - tschmidt@suse.com
diff --git a/suseconnect-ng.spec b/suseconnect-ng.spec
index 7f8916b..3daa363 100644
--- a/suseconnect-ng.spec
+++ b/suseconnect-ng.spec
@@ -1,7 +1,7 @@
#
# spec file for package suseconnect-ng
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,11 @@
%bcond_with hwinfo
Name: suseconnect-ng
-Version: 1.0.0~git14.17a7901
+Version: 1.1.0~git0.e3c41e60892e
Release: 0
URL: https://github.com/SUSE/connect-ng
-License: LGPL-2.1-or-later
Summary: Utility to register a system with the SUSE Customer Center
+License: LGPL-2.1-or-later
Group: System/Management
Source: connect-ng-%{version}.tar.xz
Source1: %name-rpmlintrc
@@ -42,10 +42,10 @@ BuildRequires: go >= 1.16
BuildRequires: ruby-devel
BuildRequires: zypper
+ExcludeArch: %ix86 s390 ppc64
%if %{with hwinfo}
%global test_hwinfo_args -test-hwinfo
-ExcludeArch: %ix86 s390 ppc64
# packages required only for hwinfo tests
%ifarch ia64 x86_64 %arm aarch64
BuildRequires: dmidecode
@@ -56,8 +56,8 @@ BuildRequires: s390-tools
BuildRequires: systemd
%endif
-Obsoletes: SUSEConnect < 1.0.0
-Provides: SUSEConnect = 1.0.0
+Obsoletes: SUSEConnect < 1.1.0
+Provides: SUSEConnect = 1.1.0
Obsoletes: zypper-migration-plugin < 0.99
Provides: zypper-migration-plugin = 0.99
Obsoletes: zypper-search-packages-plugin < 0.99
@@ -95,8 +95,8 @@ replaced SUSEConnect.
%package -n libsuseconnect
Summary: C interface to suseconnect-ng
-Group: System/Management
# the CLI is not used by libsuseconnect but it has the same dependencies and it's easier to keep one list above
+Group: System/Management
Requires: suseconnect-ng
%description -n libsuseconnect