diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5130f..d818c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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).   +## 🎉 1.6.0 + +### What's Changed +* feat(hooks): add pre-commit git hook by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/33 +* feat: add pwa support by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/34 + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.5.0...1.6.0 +  + ## 🎉 1.5.0 ### What's Changed diff --git a/data/info.toml b/data/info.toml index f62a290..ffed2a4 100644 --- a/data/info.toml +++ b/data/info.toml @@ -1,2 +1,2 @@ -version = "1.5.0" +version = "1.6.0" phrase = "Sharing happiness with code." \ No newline at end of file