Skip to content

Commit 8f58d73

Browse files
authored
Merge pull request #4 from wowinter13/release/v0.0.4
Bump version: v0.0.4
2 parents 8ba9644 + 1a80a53 commit 8f58d73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.0.4] - 2021-03-25
2+
3+
### Added
4+
* Implement Finance::Calculations#mirr
5+
16
## [0.0.3] - 2021-03-23
27

38
### Added

lib/finance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Finance
4-
VERSION = "0.0.3"
4+
VERSION = "0.0.4"
55
end

0 commit comments

Comments
 (0)