diff --git a/changelog.md b/changelog.md index 880bcf0..cd8d39b 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). +## [1.15.2] - 2023-04-11 + +### Changed + +- `Janitor.new` actually returns the typed Janitor class. + ## [1.15.1] - 2022-11-30 ### Added diff --git a/docs/Installation.md b/docs/Installation.md index 3183fe6..4838332 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -99,7 +99,7 @@ HttpService.HttpEnabled = HttpEnabled`} ```toml [dependencies] -Janitor = "howmanysmall/janitor@^1.15.1" +Janitor = "howmanysmall/janitor@^1.15.2" ``` ## Next