From 879b8e288e6638a52f8e1364f9dcc3e282fb0949 Mon Sep 17 00:00:00 2001 From: Airscript Date: Mon, 22 Aug 2022 00:44:37 +0000 Subject: [PATCH] release: bump to version 1.7.0 --- CHANGELOG.md | 11 +++++++++++ data/info.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d818c1b..1562e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.7.0 + +### What's Changed +* fix: add identifier in order to use keyboard shortcut for search by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/36 +* feat: add push notifications support by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/37 +* feat: add http security headers by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/38 + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.6.0...1.7.0 +  + ## 🎉 1.6.0 ### What's Changed diff --git a/data/info.toml b/data/info.toml index ffed2a4..4a2fb69 100644 --- a/data/info.toml +++ b/data/info.toml @@ -1,2 +1,2 @@ -version = "1.6.0" +version = "1.7.0" phrase = "Sharing happiness with code." \ No newline at end of file