diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b778307e87ac7a189acf2e785c6459db155e57a..aaffdc5a87f34179d772069d5d4a53567af096a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [2.0.0] - 2019-11-25
+
 ### Added
 
 - More Ores nodes/items/tools can now be placed in item frames
@@ -49,5 +51,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - Initial versioned release.
 
-[Unreleased]: https://github.com/minetest-mods/moreores/compare/v1.1.0...HEAD
+[Unreleased]: https://github.com/minetest-mods/moreores/compare/v2.0.0...HEAD
+[2.0.0]: https://github.com/minetest-mods/moreores/compare/v1.1.0...v2.0.0
 [1.1.0]: https://github.com/minetest-mods/moreores/compare/v1.0.0...v1.1.0
diff --git a/README.md b/README.md
index 229357b5d82f9992ae1e379006b3d0e6ab8b03b3..540ca56c5edd8a67f4709ccded7d6617eb66b37e 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ on that line.
 
 ## Version compatibility
 
-More Ores is currently primarily tested with Minetest 5.0.1.
+More Ores is currently primarily tested with Minetest 5.1.0.
 It may or may not work with newer or older versions. Issues arising in older
 versions than 5.0.0 will generally not be fixed.