From cdd52e4a89a1fa6f40295e3253898c8e2c3209d5 Mon Sep 17 00:00:00 2001 From: Andrey Deryabin Date: Fri, 6 May 2022 18:04:58 +0300 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 9 ++++++++- README.md | 1 + lib/sniffer/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea7c22..2a9ac5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 0.5.0 (May 6, 2022) ## + +* Added prepend of all adapters by [@nate-at-gusto](https://github.com/nate-at-gusto) +* Replaced `active_attr` to `dry-initializer` +* Added rubies `2.7`, `3.0`, `3.1` support + + ## 0.4.0 (March 19, 2020) ## -* Added middleware support +* Added middleware support by [@dsalahutdinov](https://github.com/dsalahutdinov) ## 0.3.2 (January 12, 2018) ## diff --git a/README.md b/README.md index 516add2..0e04721 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/aderya * [Stanislav Chereshkevich](https://github.com/dissident) * [Anatoliy Kurichev](https://github.com/russo-matrosso) * [Dmitriy Ivliev](https://github.com/moofkit) +* [Nate Berkopec](https://github.com/nate-at-gusto) ## License diff --git a/lib/sniffer/version.rb b/lib/sniffer/version.rb index 8ee6759..91da7e8 100644 --- a/lib/sniffer/version.rb +++ b/lib/sniffer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sniffer - VERSION = "0.4.0" + VERSION = "0.5.0" end