Skip to content

Commit fd58d90

Browse files
committed
Release: 0.8.0
1 parent fc7636f commit fd58d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10-
## [0.8.0.rc1]
10+
## [0.8.0]
1111

1212
### Added
1313

1414
- Extended ruby 3.x support
15-
- Added Rails 8 support
15+
- Added Rails 8 support (#143)
1616

1717
### Changed
1818

lib/diffcrypt/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Diffcrypt
4-
VERSION = '0.8.0.rc1'
4+
VERSION = '0.8.0'
55
end

0 commit comments

Comments
 (0)