Skip to content

Commit

Permalink
Release 0.10.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkessler1 authored Aug 12, 2024
1 parent f1e4075 commit 9593738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.0
- Drop support for Ruby 3.0.
- Add support for Rails 7.2. **Thanks [@kwent](https://github.com/kwent)**

## v0.9.0
- Add MySql support

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

module SaferRailsConsole
VERSION = '0.9.0'
VERSION = '0.10.0'
end

0 comments on commit 9593738

Please sign in to comment.