diff --git a/app/root.tsx b/app/root.tsx
index 6a2d9f8a2..60b43e296 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -250,11 +250,10 @@ export function Layout({ children }: { children?: ReactNode }) {
- Introducing Einstein Probe, Astro Flavored Markdown, and Notices
- Schema v4.0.0. See{' '}
+ New! Circulars over Kafka, Heartbeat Topic, and Schema v4.1.0. See{' '}
news and announcements
diff --git a/app/routes/news._index.mdx b/app/routes/news._index.mdx
index 7c70609cb..3cb2aee5d 100644
--- a/app/routes/news._index.mdx
+++ b/app/routes/news._index.mdx
@@ -26,6 +26,25 @@ import { Anchor } from '~/components/Anchor'
## 2024
+
+ }
+ >
+
+ Circulars are Now Available via Kafka, Heartbeat Kafka Topic, and Schema Release v4.1.0
+
+
+ - **Stream Circulars over Kafka in JSON format** on the topic `gcn.circulars`. Add Circulars to your existing Kafka streaming codes or generated via the [Start Streaming GCN Notices interface](/quickstart).
+ - **GCN Heartbeat Kafka Topic** (`gcn.heartbeat`) broadcasts a test message approximately once a second.
+ - **Schema v4.1.0** includes the following updates:
+ - [Circulars schema](https://gcn.nasa.gov/docs/schema/v4.1.0/gcn/circulars.schema.json).
+ - `id` property (from the Event core schema) in [Einstein Probe Notices](https://gcn.nasa.gov/docs/schema/v4.1.0/gcn/notices/einstein_probe/wxt/alert.schema.json).
+ - [Pointing core schema](https://gcn.nasa.gov/docs/schema/v4.1.0/gcn/notices/core/Pointing.schema.json) changed from `ra` and `dec` to `ra_pointing` and `dec_pointing` to remove ambiguity with source position.
+
+
+