diff --git a/.travis.yml b/.travis.yml index 25a114c..7dc3941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ after_success: - npm run test:cov notifications: email: - - adrien.deperetti.freelance@gmail.com \ No newline at end of file + - adrien.deperetti@gmail.com \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ea73ec2..ec6c1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.1.0] - 2021-01-25 + +Update packages to NestJs V8 - [#63](https://github.com/adrien2p/nestjs-dialogflow/pull/63) Thanks to @vincent-benbria + +## [3.0.0] - 2019-03-30 + +Update package according to the new api of nestjs V6 +Take advantage of discovery module provided by nestjs-plus + ## [2.2.0] - 2019-03-04 Setup DiscoveryModule and cleanup the lib