Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Prepare for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Apr 17, 2023
1 parent f9973f7 commit 7d72b46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

See this http:https://keepachangelog.com link for information on how we want this documented formatted.

## v0.8.0

### Added

- New TCP Sink.
- Support for `LogGroupName` and `LogStreamName`.
- New `Metrics::Units` constants.

## v0.7.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
aws-embedded-metrics-customink (0.7.0)
aws-embedded-metrics-customink (0.8.0)
concurrent-ruby

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/aws-embedded-metrics-customink/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Aws
module Embedded
module Metrics
VERSION = '0.7.0'.freeze
VERSION = '0.8.0'.freeze
end
end
end

0 comments on commit 7d72b46

Please sign in to comment.