Skip to content

Commit

Permalink
Release v1.0.0.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Nov 8, 2023
1 parent 8f54f28 commit 03cc822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.0.0

- EOL Ruby and Rails no longer supported #29
- Requires Ruby 3.0.0 or newer.
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_encryption/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordEncryption
VERSION = '0.3.0'
VERSION = '1.0.0.alpha'
end

0 comments on commit 03cc822

Please sign in to comment.