Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Oct 9, 2024
1 parent 4486788 commit 3e75e41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/somleng/rate_center/compare/v0.1.4...v0.1.5) (2024-10-09)


### Bug Fixes

* Add reload API ([#16](https://github.com/somleng/rate_center/issues/16)) ([4486788](https://github.com/somleng/rate_center/commit/44867882362fee68cec1d90df8185894707bd81f))

## [0.1.4](https://github.com/somleng/rate_center/compare/v0.1.3...v0.1.4) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion lib/rate_center/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RateCenter
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 3e75e41

Please sign in to comment.