From 1c2ad823e6401d9216b9fa1fd0e3861d0e24f5a9 Mon Sep 17 00:00:00 2001 From: Luke Romanowicz <lromanowicz1@gmail.com> Date: Wed, 3 Apr 2019 10:36:10 +0200 Subject: [PATCH] Update changelog with release 1.8.2 and 1.8.3 changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244e6765..1fcd154c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.3] - 2019.03.05 +- Use store id from configuration in `mage2vs import` - @boehsermoe (#179) + +## [1.8.2] - 2019.03.04 +- Magento 1 bridge client - @afirlejczyk (#190) +- configurable ElasticSearch `apiVersion` - @Resubaka (#192) + + ## [1.8.1] - 2019.02.11 - Fixed `apiVersion` property for ElasticSearch driver - now it's available thru `config/*.json` - @mdanilowicz (#185)