From 27700d09b3f17c0b4df1e554df5c2fbcc6937c98 Mon Sep 17 00:00:00 2001 From: Marc Qualie Date: Sun, 6 Feb 2022 13:51:10 +0000 Subject: [PATCH] Prepare changelog for 0.6.0 --- CHANGELOG.md | 19 +++++++++++++++++++ SECURITY.md | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6789050..794cb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.6.0] - 2022-02-06 + +### Added + +- Rails 7 support +- Ruby 3.0 support + +### Changed + +- Updated all dependencies +- Migrated from CircleCI to GitHub Actions +- Moved repo to own organisation + +### Fixed + +- Only add `.gitignore` entry once #52 + + + ## [0.5.1] - 2021-03-29 ### Added diff --git a/SECURITY.md b/SECURITY.md index 7cd83a5..a046376 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,8 @@ Since the internal APIs may change dramatically until v1.0, here is a list of th | Version | Supported | | ------- | ------------------ | -| 0.5.x | :white_check_mark: | +| 0.5.1 | :white_check_mark: | +| 0.6.x | :white_check_mark: |