From 1b034f3a9df98898ad4d8b0b849a522deb8e62f1 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 2 Jul 2019 02:03:58 -0400 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40547fb102125..cbace5b4f2073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# Changelog for Vector v0.3.0-dev +# Changelog for Vector v0.3.0 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## v0.3.0-dev +## v0.3.0 ### Added diff --git a/Cargo.toml b/Cargo.toml index 87348447b805c..c35f777342d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector" -version = "0.3.0-dev" +version = "0.3.0" authors = ["Vector Contributors "] edition = "2018" description = "A High-Performance Logs, Metrics, and Events Router"