Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 12, 2024
1 parent bd659db commit be330c7
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.7"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/somleng/rate_center/compare/v0.1.7...v0.2.0) (2024-10-12)


### Features

* Update README ([bd659db](https://github.com/somleng/rate_center/commit/bd659dba8f6b34e3aee898f64501c64e59497705))

## [0.1.7](https://github.com/somleng/rate_center/compare/v0.1.6...v0.1.7) (2024-10-11)


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

0 comments on commit be330c7

Please sign in to comment.