diff --git a/changelog.md b/changelog.md
index 924cdc0..5b5dac0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,31 @@
layout: page
title: Changelog
---
+
+## c-ares version 1.34.3 - November 9 2024
+
+This is a bugfix release.
+
+Changes:
+* Build the release package in an automated way so we can provide
+ provenance as per [SLSA3](https://slsa.dev/).
+ [PR #906](https://github.com/c-ares/c-ares/pull/906)
+
+Bugfixes:
+* Some upstream servers are non-compliant with EDNS options, resend queries
+ without EDNS. [Issue #911](https://github.com/c-ares/c-ares/issues/911)
+* Android: <=7 needs sys/system_properties.h
+ [a70637c](https://github.com/c-ares/c-ares/commit/a70637c)
+* Android: CMake needs `-D_GNU_SOURCE` and others.
+ [PR #915](https://github.com/c-ares/c-ares/pull/914)
+* TSAN warns on missing lock, but lock isn't actually necessary.
+ [PR #915](https://github.com/c-ares/c-ares/pull/915)
+* `ares_getaddrinfo()` for `AF_UNSPEC` should retry IPv4 if only IPv6 is
+ received. [765d558](https://github.com/c-ares/c-ares/commit/765d558)
+* `ares_send()` shouldn't return `ARES_EBADRESP`, its `ARES_EBADQUERY`.
+ [91519e7](https://github.com/c-ares/c-ares/commit/91519e7)
+* Fix typos in man pages. [PR #905](https://github.com/c-ares/c-ares/pull/905)
+
## c-ares version 1.34.2 - October 15 2024
diff --git a/download.md b/download.md
index 494f4e8..8e614c0 100644
--- a/download.md
+++ b/download.md
@@ -3,6 +3,8 @@ title: Download c-ares
layout: page
permalink: /download/
versions:
+ - version: 1.34.3
+ date: "9-nov-2024"
- version: 1.34.2
date: "15-oct-2024"
- version: 1.34.1
diff --git a/index.md b/index.md
index 02d77e0..d62c8a6 100644
--- a/index.md
+++ b/index.md
@@ -1,8 +1,8 @@
---
layout: page
version:
- version: 1.34.2
- date: "15-oct-2024"
+ version: 1.34.3
+ date: "9-nov-2024"
---
- [Download](#download)