Skip to content

Commit

Permalink
Update CHANGELOG.md, VERSION, and Gemfile.lock (#43)
Browse files Browse the repository at this point in the history
* Release version 0.8.18

* Update Gemfile.lock

* Fix typo
  • Loading branch information
oliverhsu77 authored Jun 25, 2024
1 parent 737c2c6 commit 3d6caf6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.18 - June 13, 2024
- Update fluentd docker image to `v1.17.0-1.0`

## 0.8.17 - June 21, 2022

- Update rake requirement from ~> 0.9 to ~> 13.0
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-scalyr (0.8.17)
fluent-plugin-scalyr (0.8.18)
ffi (= 1.15.5)
fluentd (>= 0.14.0, < 2)
rbzip2 (= 0.3.0)
Expand All @@ -11,24 +11,24 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
concurrent-ruby (1.2.2)
cool.io (1.7.1)
concurrent-ruby (1.3.3)
cool.io (1.8.1)
ffi (1.15.5)
flexmock (1.3.3)
fluentd (1.16.0)
fluentd (1.16.5)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.2)
sigdump (~> 0.2.5)
strptime (>= 0.2.4, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
tzinfo-data (~> 1.0)
webrick (~> 1.4)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
msgpack (1.7.0)
msgpack (1.7.2)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
Expand All @@ -52,18 +52,18 @@ GEM
ruby-progressbar (1.13.0)
serverengine (2.3.2)
sigdump (~> 0.2.2)
sigdump (0.2.4)
sigdump (0.2.5)
strptime (0.2.5)
test-unit (3.5.7)
power_assert
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.2)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
yajl-ruby (1.4.3)
zlib (3.0.0)
zlib (3.1.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.17
0.8.18

0 comments on commit 3d6caf6

Please sign in to comment.