diff --git a/CHANGELOG.md b/CHANGELOG.md index 3669bf2..59692a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [1.0.1][] - 2021-04-04 + - Fixed field names quotation - Update dependencies @@ -19,6 +21,7 @@ Code before fork from https://github.com/metarhia/sql -[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.0...HEAD +[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/metarhia/metasql/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/metarhia/metasql/compare/metarhia-sql...v1.0.0 [metarhia-sql]: https://github.com/metarhia/metasql/releases/tag/metarhia-sql diff --git a/SECURITY.md b/SECURITY.md index 2333ea2..84ff7a8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 0.1.x | :x: | -| 0.2.x | :x: | -| 0.3.x | :white_check_mark: | +| 0.x | :x: | +| 1.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index 31a0839..8f71a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metasql", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28c6c19..80ab414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metasql", - "version": "1.0.0", + "version": "1.0.1", "description": "MetaSQL Database schema generator, migrations and query builder for Metarhia", "main": "metasql.js", "types": "types/metasql.d.ts",