Skip to content

Commit 68bb6bc

Browse files
committed
Release 2.1.0
Added option to configure a `RavenMigration.ILogger` or use the `ConsoleLogger`.
1 parent a442754 commit 68bb6bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes will be documented in this file, particularly any breaking
33
changes. This project adheres to [Semantic Versioning](http://semver.org).
44

55
## [x.x.x]
6+
7+
## [2.1.0]
68
- Added - Option to configure a `RavenMigration.ILogger` or use the `ConsoleLogger`.
79

810
## [2.0.0]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assembly_info:
77
assembly_file_version: $(core_version)
88
assembly_informational_version: $(core_version)
99
environment:
10-
core_version: 2.0.0
10+
core_version: 2.1.0
1111
nuget:
1212
disable_publish_on_pr: true
1313
build:

0 commit comments

Comments
 (0)