Skip to content

Commit fcf8ddf

Browse files
authored
Merge pull request #13 from wowinter13/release/v0.2.0
Bump version: v0.2.0
2 parents 65a4899 + 6b18c4d commit fcf8ddf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.0] - 2021-04-30
2+
3+
### Added
4+
* Implement `Finance::Loan#ppmt`
5+
6+
### Changed
7+
8+
* By default `Finance::Loan#pmt` returns negative values.
9+
110
## [0.1.2] - 2021-04-05
211

312
### Added

lib/finance/version.rb

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

33
module Finance
4-
VERSION = "0.1.2"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)