Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#19)
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 1, 2024
1 parent 1974d7b commit 08df95b
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 @@
{
".": "1.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/krystal/metricks/compare/v1.1.0...v1.1.1) (2024-05-01)


### Performance Improvements

* improve query performance for Metric.latest ([#18](https://github.com/krystal/metricks/issues/18)) ([1974d7b](https://github.com/krystal/metricks/commit/1974d7b7612b26a6901d2c0d414dc94ced9416c6))

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


Expand Down
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.1.0'.freeze
VERSION = '1.1.1'.freeze
end

0 comments on commit 08df95b

Please sign in to comment.