Skip to content

Commit 99ec8c8

Browse files
authored
Merge pull request #15 from wowinter13/release/v0.2.1
Bump version: v0.2.1
2 parents e8ce5aa + af5cf48 commit 99ec8c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## [0.2.1] - 2021-05-01
2+
3+
### Added
4+
* Implement `Finance::Loan#nper`
5+
16
## [0.2.0] - 2021-04-30
27

38
### Added
49
* Implement `Finance::Loan#ppmt`
510

611
### Changed
7-
812
* By default `Finance::Loan#pmt` returns negative values.
913

1014
## [0.1.2] - 2021-04-05

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.2.0"
4+
VERSION = "0.2.1"
55
end

0 commit comments

Comments
 (0)