diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dc11c..601b63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [3.3.2] + +### Fixed +- The non-singleton service is instantiated unexpectedly during host. + ## [3.3.1] ### Fixed diff --git a/appveyor.yml b/appveyor.yml index ae6bdea..331c1be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,6 +36,6 @@ artifacts: deploy: provider: NuGet api_key: - secure: sWL/NJKz8FlteNgBJjK4mGnc5RUtQ/kwfI39IpnUDUBsO6oUR3M/6yoSYatiCiaG + secure: MgcHlxjQ6r/qVrOqrfPOqohB0KilPGA5ogx4/L6viXQGI7lj6k0HrmI+6dC9BnxI on: appveyor_repo_tag: true