diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f8f6a..0519a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.14.4] - 2023-12-20 + +### Removed + +- Remove excessive warning messages when auth tokens are not found (#210) + ## [0.14.3] - 2023-12-12 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f45d130..2d99ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2406,7 +2406,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rustypaste" -version = "0.14.3" +version = "0.14.4" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index ec7e05b..faae8ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypaste" -version = "0.14.3" +version = "0.14.4" edition = "2021" description = "A minimal file upload/pastebin service" authors = ["Orhun Parmaksız "]