Skip to content

Commit

Permalink
Tag v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Aug 7, 2020
1 parent a689700 commit dac71d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Added

## [1.0.0-rc.3] - 2020-08-07
### Added
- Table prefix option

### Changed
- Change interfaces implementations

### Fixed
- Increase default addon boostrap priority

## Changed
- Change interfaces implementations

## [1.0.0-rc.2] - 2020-07-15
### Fixed
- Use Driver::insert for one or many documents, change method signatures
Expand All @@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-rc.2...HEAD
[Unreleased]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-rc.3...HEAD
[1.0.0-rc.3]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-beta.2...v1.0.0-rc.1
[1.0.0-beta.2]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-beta.1...v1.0.0-beta.2
Expand Down

0 comments on commit dac71d1

Please sign in to comment.