Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 23, 2023
1 parent de4663e commit 689e9de
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@
{
".": "1.0.2"
".": "1.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.1.0](https://github.com/krystal/metricks/compare/v1.0.2...v1.1.0) (2023-05-23)


### Features

* **docs:** officially support Rails 7 ([282c171](https://github.com/krystal/metricks/commit/282c171d06643ad22613bb28839fb50595424695))
* **release:** set up release-please manifest ([#14](https://github.com/krystal/metricks/issues/14)) ([de4663e](https://github.com/krystal/metricks/commit/de4663e37db0ab05e5f117dc1afb82a7b4455654))
2 changes: 1 addition & 1 deletion lib/metricks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Metricks
VERSION = '1.0.2'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 689e9de

Please sign in to comment.