Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Oct 9, 2024
1 parent 81325b9 commit a6d4bd0
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.5"
".": "0.1.6"
}
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.6](https://github.com/somleng/rate_center/compare/v0.1.5...v0.1.6) (2024-10-09)


### Bug Fixes

* Simplify Reload API ([#18](https://github.com/somleng/rate_center/issues/18)) ([81325b9](https://github.com/somleng/rate_center/commit/81325b93fe66240f8b35b66e2d0f8b354532897d))

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


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.5"
VERSION = "0.1.6"
end

0 comments on commit a6d4bd0

Please sign in to comment.