diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9a76ef1..03f5da752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to Bigcapital server-side will be in this file. +## [1.6.3] - 21-02-2022 + +### Fixed + - `BIG-337` Display billing page once the organization subscription is inactive. + +## [1.6.2] - 19-02-2022 + +### Fixed + - fix syled components dependency with imported as default components. + +## [1.6.0] - 18-02-2022 + +### Added +- Balance sheet comparison of previous period (PP). +- Balance sheet comparison of previous year (PY). +- Balance sheet percentage analysis columns and rows basis. +- Profit & loss sheet comparison of preivous period (PP). +- Profit & loss sheet comparison of previous year (PY). +- Profit & loss sheet percentage analysis columns, rows, income and expenses basis. + ## [1.5.8] - 13-01-2022 ### Added diff --git a/package.json b/package.json index 77cf277f3..76def75d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigcapital-client", - "version": "1.5.8", + "version": "1.6.3", "private": true, "dependencies": { "@babel/core": "7.8.4",