Skip to content

Commit 29a3184

Browse files
committed
🎉 Bump version: v1.0.0 🎉
1 parent a2089ee commit 29a3184

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.0.0] - 2021-05-01
2+
3+
### Added
4+
* Implement `Finance::Loan#rate`
5+
16
## [0.2.2] - 2021-05-01
27

38
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
finance_rb (0.2.2)
4+
finance_rb (1.0.0)
55

66
GEM
77
remote: https://rubygems.org/

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

0 commit comments

Comments
 (0)