diff --git a/CHANGELOG.md b/CHANGELOG.md index 1779a02..909b136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-05-23 +### Fixed +- Updated logs for when Surena cannot remove a Docker image or container. + ## [0.1.1] - 2024-05-23 ### Added -- Support the 'get-docker-host' command to gain access to the Docker host using two methods: Tor network and reverse SSH. -- Support the 'is-docker-host' command to determine if a Docker service is accessible from the TCP network. +- Added support for the 'get-docker-host' command to gain access to the Docker host using two methods: Tor network and reverse SSH. +- Added support for the 'is-docker-host' command to determine if a Docker service is accessible from the TCP network. diff --git a/pyproject.toml b/pyproject.toml index 186e422..a19f814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "surena" -version = "0.1.1" +version = "0.1.2" description = "" authors = ["Mohammad Norouzzadegan "] readme = "README.md"