summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/cloudflare/CHANGELOG.md')
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index ee8eba2d4..9280f7081 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/cloudflare
+## 1.0.0
+
+### Major Changes
+
+- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
+
+ **No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
+
## 0.5.0
### Minor Changes
@@ -50,7 +58,7 @@
The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
```astro
-
+ <div>Your address {Astro.clientAddress}</div>
```
This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error.