We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ce5aa + af5cf48 commit 99ec8c8Copy full SHA for 99ec8c8
CHANGELOG.md
@@ -1,10 +1,14 @@
1
+## [0.2.1] - 2021-05-01
2
+
3
+### Added
4
+* Implement `Finance::Loan#nper`
5
6
## [0.2.0] - 2021-04-30
7
8
### Added
9
* Implement `Finance::Loan#ppmt`
10
11
### Changed
-
12
* By default `Finance::Loan#pmt` returns negative values.
13
14
## [0.1.2] - 2021-04-05
lib/finance/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Finance
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
0 commit comments