From 68bb6bccf3bf90e3ef3bc4b5817fac85f6160ce3 Mon Sep 17 00:00:00 2001 From: "Jared M. Smith" Date: Mon, 20 Jun 2016 12:08:29 -0500 Subject: [PATCH] Release 2.1.0 Added option to configure a `RavenMigration.ILogger` or use the `ConsoleLogger`. --- CHANGELOG.md | 2 ++ appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f9393..c3b9dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes will be documented in this file, particularly any breaking changes. This project adheres to [Semantic Versioning](http://semver.org). ## [x.x.x] + +## [2.1.0] - Added - Option to configure a `RavenMigration.ILogger` or use the `ConsoleLogger`. ## [2.0.0] diff --git a/appveyor.yml b/appveyor.yml index 74edf2a..a82b7e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ assembly_info: assembly_file_version: $(core_version) assembly_informational_version: $(core_version) environment: - core_version: 2.0.0 + core_version: 2.1.0 nuget: disable_publish_on_pr: true build: