diff --git a/CHANGELOG.md b/CHANGELOG.md index ba97b84..c642759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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/) with some edits, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 🎉 1.3.0 + +### What's Changed +* fix(content): add missing link to github repository by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/17 +* feat: add home page by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/18 + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.2.1...1.3.0 +  + ## 🎉 1.2.1 ### What's Changed diff --git a/README_DOCKER_HUB.md b/README_DOCKER_HUB.md index 4100a57..b29b23e 100644 --- a/README_DOCKER_HUB.md +++ b/README_DOCKER_HUB.md @@ -7,7 +7,7 @@   # Supported Tags -- [`1.2.1`](https://github.com/Airscripts/blog.airscript.it/blob/1.2.1/.docker/blog.Dockerfile) +- [`1.3.0`](https://github.com/Airscripts/blog.airscript.it/blob/1.3.0/.docker/blog.Dockerfile)   # What is blog.airscript.it? diff --git a/VERSION b/VERSION index cb174d5..589268e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/config.toml b/config.toml index ff3405a..9336eab 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ pygmentsUseClasses = true enableInlineShortcodes = true defaultContentLanguage = "it" baseURL = "https://blog.airscript.it" -copyright = "airscript.it (1.2.1) | Sharing happiness with code." +copyright = "airscript.it (1.3.0) | Sharing happiness with code." [languages.it] diff --git a/docker-compose.yml b/docker-compose.yml index 0f725d7..d767a3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: blog: tty: true restart: always - image: airscript/blog:1.2.1 + image: airscript/blog:1.3.0 container_name: airscript-blog ports: