Skip to content

Commit 030ab92

Browse files
authored
Merge pull request #43 from julianolf/chore/bump-version
chore: bump version from `0.7.0` to `0.7.1`
2 parents 2dce2b8 + 4ce8cd5 commit 030ab92

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.7.1
4+
5+
* Fixed `pmt` when rate is 0.
6+
37
## 0.7.0
48

59
* Implements `nominal` method (#35)

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-
exonio (0.7.0)
4+
exonio (0.7.1)
55

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

lib/exonio/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Exonio
2-
VERSION = "0.7.0"
2+
VERSION = "0.7.1"
33
end

0 commit comments

Comments
 (0)