diff --git a/CHANGELOG.md b/CHANGELOG.md index ceba0a4..dca2fd0 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/) and this project adheres to [Semantic Versioning](http://semver.org/). -## FUTURE +## 1.4.0 * [FIXED] - template variables in section of method jsdoc comments referenced incorrect path to schema type (the path has changed with OpenAPI v3) * [ADDED] - support for building for web (webpack@4 & browserify) diff --git a/package.json b/package.json index cc909fa..0017509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bi-service-sdk", - "version": "1.3.0", + "version": "1.4.0", "description": "Exposes common sdk interface & provides client sdk generator for bi-service based apps", "main": "index.js", "browser": "browser.js",