From 5010a148a7d1b6f53779caffd4efdb9111dedb5c Mon Sep 17 00:00:00 2001
From: Hugo Locurcio <hugo.locurcio@hugo.pro>
Date: Sat, 23 Mar 2019 15:19:05 +0100
Subject: [PATCH] Bump to version 1.1.0

---
 CHANGELOG.md | 5 ++++-
 README.md    | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd7bd33..eec6244 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]
 
+## [1.1.0] - 2019-03-23
+
 ### Added
 
 - Brazilian and Dutch translations.
@@ -34,4 +36,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - Initial versioned release.
 
-[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/minetest-mods/moreores/compare/v1.1.0...HEAD
+[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 601001b..255ca60 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,13 @@ on that line.
 
 ## Version compatibility
 
-More Ores is currently primarily tested with Minetest 0.4.16.
+More Ores is currently primarily tested with Minetest 0.4.17.
 It may or may not work with newer or older versions. Issues arising in older
-versions than 0.4.16 will generally not be fixed.
+versions than 0.4.17 will generally not be fixed.
 
 ## License
 
-Copyright © 2011-2017 Hugo Locurcio and contributors
+Copyright © 2011-2019 Hugo Locurcio and contributors
 
 - More Ores code is licensed under the zlib license, see
   [`LICENSE.md`](LICENSE.md) for details.
-- 
GitLab