From 572d2794e23cb6493d5f532e455ac637760129cb Mon Sep 17 00:00:00 2001
From: Justin <95468948+jslawler@users.noreply.github.com>
Date: Wed, 17 Aug 2022 02:29:41 +1000
Subject: [PATCH 1/2] Update Snap to Ubuntu Core 22 #4843

---
 scripts/snap/snap.tmpl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/snap/snap.tmpl.yaml b/scripts/snap/snap.tmpl.yaml
index 51b094de..8bff5c53 100644
--- a/scripts/snap/snap.tmpl.yaml
+++ b/scripts/snap/snap.tmpl.yaml
@@ -1,7 +1,7 @@
 # The %VARIABLES% are be replaced by actual values by the build script.
 
 'name': 'adguard-home'
-'base': 'core20'
+'base': 'core22'
 'version': '%VERSION%'
 'summary': Network-wide ads & trackers blocking DNS server
 'description': |

From 385a873b0f006f26832e73744845fdbc2864aad0 Mon Sep 17 00:00:00 2001
From: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Wed, 17 Aug 2022 15:02:31 +0300
Subject: [PATCH 2/2] all: chlog

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index edee3432..b3d14b40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,10 @@ and this project adheres to
 - Support for Discovery of Designated Resolvers (DDR) according to the [RFC
   draft][ddr-draft] ([#4463]).
 
+### Changed
+
+- Our snap package now uses the `core22` image as its base ([#4843]).
+
 ### Fixed
 
 - Data races and concurrent map access in statistics module ([#4358], [#4342]).
@@ -43,6 +47,7 @@ and this project adheres to
 [#4342]: https://github.com/AdguardTeam/AdGuardHome/issues/4342
 [#4358]: https://github.com/AdguardTeam/AdGuardHome/issues/4358
 [#4670]: https://github.com/AdguardTeam/AdGuardHome/issues/4670
+[#4843]: https://github.com/AdguardTeam/AdGuardHome/issues/4843
 
 [ddr-draft]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-08