We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b08a2d + 29a3184 commit e2e5bd6Copy full SHA for e2e5bd6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.0] - 2021-05-01
2
+
3
+### Added
4
+* Implement `Finance::Loan#rate`
5
6
## [0.2.2] - 2021-05-01
7
8
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- finance_rb (0.2.2)
+ finance_rb (1.0.0)
GEM
remote: https://rubygems.org/
lib/finance/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Finance
- VERSION = "0.2.2"
+ VERSION = "1.0.0"
end
0 commit comments