From a7ecec8fab7683f7b816a38e56964c13ecae3951 Mon Sep 17 00:00:00 2001
From: TatriX <tatrics@gmail.com>
Date: Mon, 25 Nov 2019 20:47:53 +0100
Subject: [PATCH] Bump to 0.9 and add a changelog

---
 CHANGELOG.md | 18 ++++++++++++++++++
 Cargo.toml   |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..70d2c15
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.9.0] - 2019-25-11
+
+### Added
+-
+
+### Changed
+- Migration to `rust 2018` and `?`
+
+### Removed
+-
diff --git a/Cargo.toml b/Cargo.toml
index fcd762d..3840bc7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "tiled"
-version = "0.8.0"
+version = "0.9.0"
 description = "A rust crate for loading in maps created by the Tiled editor"
 repository = "https://github.com/mattyhall/rs-tiled.git"
 # documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
-- 
GitLab