Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aderyabin committed May 6, 2022
1 parent 7afc2a1 commit cdd52e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) ##
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/sniffer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sniffer
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit cdd52e4

Please sign in to comment.