From 1f150c175f80e4d915f73049e3a0cf3917704b0f Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Wed, 1 Nov 2017 18:44:06 +0800 Subject: [PATCH] Update CHANGELOG.md 3.3.3 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1befa1a..428c81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [3.3.3] - 2017-11-01 ### Fixed - Unexpected interceptor is chosen when attribute is applied to any of the derived classes. [#26](https://github.com/ninject/Ninject.Extensions.Interception/issues/26) @@ -68,4 +68,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [2.2.1.0] ### Fixed -- An AmbiguousMatchExcpetion was trown for classes that have multiple properties with the same name. \ No newline at end of file +- An AmbiguousMatchExcpetion was trown for classes that have multiple properties with the same name.