aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fbb43f..d38e9f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
+
+## 1.5.0 - 2022-04-08
### Added
- Support for the End of Dragons specializations:
- Willbender
diff --git a/Cargo.toml b/Cargo.toml
index a6e2e27..051f58a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raidgrep"
-version = "1.4.0"
+version = "1.5.0"
authors = ["Daniel Schadt <kingdread@gmx.de>"]
license = "GPL-3.0-or-later"
edition = "2018"