We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7636f commit fd58d90Copy full SHA for fd58d90
CHANGELOG.md
@@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
9
10
-## [0.8.0.rc1]
+## [0.8.0]
11
12
### Added
13
14
- Extended ruby 3.x support
15
-- Added Rails 8 support
+- Added Rails 8 support (#143)
16
17
### Changed
18
lib/diffcrypt/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Diffcrypt
4
- VERSION = '0.8.0.rc1'
+ VERSION = '0.8.0'
5
end
0 commit comments