diff --git a/CHANGELOG.md b/CHANGELOG.md index c642759..a5811ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.4.0 + +### What's Changed +* fix(docker): fix missing submodules inside docker-compose by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/20 + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.3.0...1.4.0 +  + ## 🎉 1.3.0 ### What's Changed diff --git a/README_DOCKER_HUB.md b/README_DOCKER_HUB.md index b29b23e..b27f01e 100644 --- a/README_DOCKER_HUB.md +++ b/README_DOCKER_HUB.md @@ -7,7 +7,7 @@   # Supported Tags -- [`1.3.0`](https://github.com/Airscripts/blog.airscript.it/blob/1.3.0/.docker/blog.Dockerfile) +- [`1.4.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 589268e..e21e727 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/config.toml b/config.toml index 9336eab..57d591b 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.3.0) | Sharing happiness with code." +copyright = "airscript.it (1.4.0) | Sharing happiness with code." [languages.it] diff --git a/docker-compose.yml b/docker-compose.yml index 1de41e0..bcdd050 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: blog: tty: true restart: always - image: airscript/blog:1.3.0 + image: airscript/blog:1.4.0 container_name: airscript-blog ports: