diff --git a/CHANGELOG.md b/CHANGELOG.md
index 899de46..585979a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
+## [4.0.0] - 2023-01-11
+### Added
+* Initial release of SuperValueConverters for Umbraco v9, v10 (LTS), and v11
+
## [3.0.3] - 2022-05-27
### Fixed
* Unable to create new Meganav properties due to null data type
@@ -86,7 +90,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
### Added
* Initial release of Meganav for Umbraco 7.5
-[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-3.0.3...HEAD
+[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-4.0.0...HEAD
+[4.0.0]: https://github.com/callumbwhyte/meganav/compare/release-3.0.3...release-4.0.0
[3.0.3]: https://github.com/callumbwhyte/meganav/compare/release-3.0.2...release-3.0.3
[3.0.2]: https://github.com/callumbwhyte/meganav/compare/release-3.0.1...release-3.0.2
[3.0.1]: https://github.com/callumbwhyte/meganav/compare/release-3.0.0...release-3.0.1
diff --git a/LICENSE.md b/LICENSE.md
index a37c94a..70ada73 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 Callum Whyte
+Copyright (c) 2023 Callum Whyte
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index ab84cf4..188d754 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.Meganav.svg)](https://www.nuget.org/packages/Our.Umbraco.Meganav/)
-[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/packages/website-utilities/meganav/)
_Looking for Meganav for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/meganav/tree/v8/dev) branch._
@@ -52,6 +51,6 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre
## License
-Copyright © 2022 [Callum Whyte](https://callumwhyte.com/), and other contributors
+Copyright © 2023 [Callum Whyte](https://callumwhyte.com/), and other contributors
Licensed under the [MIT License](LICENSE.md).
\ No newline at end of file
diff --git a/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj b/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj
index 3ed50af..e0dcbbf 100644
--- a/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj
+++ b/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj
@@ -5,7 +5,7 @@
$(BUILD_BUILDNUMBER)
A flexible, draggable link picker for constructing site navigation menus in Umbraco
Callum Whyte
- Copyright © 2022 Callum Whyte, and other contributors
+ Copyright © 2023 Callum Whyte, and other contributors
docs\logo.png
docs\LICENSE.md
docs\README.md