diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change Log
 
+## 1.0.1 2025-11-07
+
+Fix misleading note in readme about old API.
+
 ## 1.0 2025-11-07
 
 TLDR: Loads of breaking changes, with good reasons.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -25,8 +25,6 @@
 
 ## Example
 
-**THIS SHOWS UNRELEASED API, to use it use a git source while 1.0 is under development** [old readme](https://github.com/mbj/stratosphere/tree/v0.60.0#readme).
-
 Here is an example of a `Template` that creates an EC2 instance, along with the
 JSON output:
 
diff --git a/stratosphere.cabal b/stratosphere.cabal
--- a/stratosphere.cabal
+++ b/stratosphere.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           stratosphere
-version:        1.0.0
+version:        1.0.1
 synopsis:       EDSL for AWS CloudFormation
 description:    EDSL for AWS CloudFormation, base types to be used by sibling stratosphere-* packages.
 category:       AWS, Cloud
