Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 37b12f0

Browse files
committed
Prepare release v1.0.0.rc1
1 parent 87962cc commit 37b12f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for `logstash-input-cloudwatch_logs`
22

3-
## [Unreleased]
3+
## v1.0.0.rc1 Release Candidate 1 (2017-07-02)
44
* Ensure the plugin stops properly
55
* Implement `start_position` setting ([#28](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/28))
66

logstash-input-cloudwatch_logs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-cloudwatch_logs'
4-
s.version = '1.0.0.pre.3'
4+
s.version = '1.0.0.rc1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = 'Stream events from CloudWatch Logs.'
77
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program'

0 commit comments

Comments
 (0)