Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Apr 23, 2018
1 parent 605199d commit 001294e
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,28 @@ 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).

## 2.0.3 (2018-04-22)
## 2.0.5 (2018-04-23)

### Added

- net452 build for the console runner to enable usage of the latest MySQL ADO.NET provider

### Fixed
### Changed

- [#858](https://github.com/fluentmigrator/fluentmigrator/issues/858): Don't even try to set the command timeout for SQL Server CE
- Added more ADO.NET providers for the console
- The tools are in platform-specific sub-directories again (e.g. `tools/net452/x86/Migrate.exe`)

This has become necessary to enable a better out-of-the-box experience for the migration tool.

## 2.0.4 (2018-04-23)

Unlisted due to unintentional breaking change.

## 2.0.3 (2018-04-22)

### Fixed

- [#858](https://github.com/fluentmigrator/fluentmigrator/issues/858): Don't even try to set the command timeout for SQL Server CE

## 2.0.2 (2018-04-17)

Expand Down

0 comments on commit 001294e

Please sign in to comment.