Skip to content

Commit

Permalink
publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 28, 2019
1 parent 61c43d1 commit cda99fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,7 +5,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/).

## [7.3.0] - Unreleased
## [7.3.0] - 2019-11-28
### Added
- Queries have the method `get` as an alias of `run`.
- New method `Table::getOrCreate()`.
Expand Down Expand Up @@ -68,7 +68,7 @@ This library was rewritten and a lot of breaking changes were included.
- The pagination info is returned with `$selectQuery->getPageInfo()` function.
- Many other changes. See the docs.

[7.3.0]: https://github.com/oscarotero/simple-crud/compare/v7.2.5...HEAD
[7.3.0]: https://github.com/oscarotero/simple-crud/compare/v7.2.5...v7.3.0
[7.2.5]: https://github.com/oscarotero/simple-crud/compare/v7.2.4...v7.2.5
[7.2.4]: https://github.com/oscarotero/simple-crud/compare/v7.2.3...v7.2.4
[7.2.3]: https://github.com/oscarotero/simple-crud/compare/v7.2.2...v7.2.3
Expand Down

0 comments on commit cda99fd

Please sign in to comment.