diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf57fba..db9069be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.4.0](https://github.com/esbanarango/ember-model-validator/compare/v4.3.0...v4.4.0) + +- Fix object validator [`#224`](https://github.com/esbanarango/ember-model-validator/pull/224) +- Bump @typescript-eslint/parser from 5.47.1 to 5.48.0 [`#223`](https://github.com/esbanarango/ember-model-validator/pull/223) +- Update register-version.js [`c78972d`](https://github.com/esbanarango/ember-model-validator/commit/c78972d790b8ff5de339eea7008d54ea02d7efff) + #### [v4.3.0](https://github.com/esbanarango/ember-model-validator/compare/v4.2.0...v4.3.0) +> 2 January 2023 + +- Release 4.3.0 [`8eb0751`](https://github.com/esbanarango/ember-model-validator/commit/8eb07514757929f8f9d5bd958c2ce34e0041adbe) - Fix `ValidateOptions` as optionals [`27038a7`](https://github.com/esbanarango/ember-model-validator/commit/27038a74a554251f4a59fd0a51a5c25973b89139) #### [v4.2.0](https://github.com/esbanarango/ember-model-validator/compare/v4.1.0...v4.2.0) diff --git a/package.json b/package.json index 4a7cbb52..d0aef30e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-model-validator", - "version": "4.3.0", + "version": "4.4.0", "description": "ember addon. It adds validation support to your Ember-Data models.", "keywords": [ "ember-addon",