diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b628b2..5cae69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.5] - 2023-07-21 + +### 📚 Documentation + +- *(readme)* Add Spotify link +- *(readme)* Update table of contents + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump actions/upload-pages-artifact from 1 to 2 + ## [0.1.4] - 2023-06-29 ### 🚜 Refactor diff --git a/build.zig b/build.zig index 77d2dea..dbaa2e5 100644 --- a/build.zig +++ b/build.zig @@ -4,7 +4,7 @@ const std = @import("std"); const exe_name = "linuxwave"; /// Version. -const version = "0.1.4"; // managed by release.sh +const version = "0.1.5"; // managed by release.sh /// Adds the required packages to the given executable. ///