Skip to content

Commit

Permalink
Release v1.1.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao authored Jan 9, 2023
1 parent 592e746 commit 5838f0d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0]

## Added
- Add Query::addSort() (#144)
## Changed
- Improve PropertyFactory Exception message (#141)
- Deprecate Query::changeAddedSort() (#144)
## Documentation
- Correct documentation for `->change...()` methods (#145)
## Internal
- Remove toUpdateArray method from blocks (#136)
- Increase unit test coverage (#137)
- Add Intellij Idea default directory .idea to .gitignore (#142)
- Allow usage of secrets while running tests from forks (#143)

## [1.0.0]

### Added
Expand Down Expand Up @@ -213,4 +228,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.0.0-beta.1]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.0.0-beta.1
[1.0.0-beta.2]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.0.0-beta.2
[1.0.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.0.0
[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.0.0...HEAD
[1.1.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.1.0
[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.1.0...HEAD

0 comments on commit 5838f0d

Please sign in to comment.