diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d4c558..fe1ee6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-### Next
+### 0.6.0 (2023-07-05)
* Added `GenAttribute`, which sets a parameter's generator
* Named arguments work for `Property` and `Properties` in C#
diff --git a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
index 747c7cc..014dbd6 100644
--- a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
+++ b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
@@ -11,18 +11,19 @@
Apache-2.0
Hedgehog with batteries for Xunit included.
Alex Nguyen, Tyson Williams
- https://github.com/dharmaturtle/fsharp-hedgehog-xunit
+ https://github.com/hedgehogqa/fsharp-hedgehog-xunit
f# fsharp testing xunit
hedgehog-logo.png
- 0.5.2
+ 0.6.0
Hedgehog.Xunit
Hedgehog with convenience attributes for xUnit.
-- Test method arguments generated by the customizable GenX.auto.
+- Test method arguments generated with a custom GenX.auto...
+- ...or with a custom Generator.
- Property.check called for each test.
-Docs at https://github.com/dharmaturtle/fsharp-hedgehog-xunit
+Docs at https://github.com/hedgehogqa/fsharp-hedgehog-xunit