Skip to content

Commit

Permalink
Add changelogs to 007 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelwendel committed Jul 25, 2023
1 parent 6bff7a2 commit 4a0eed3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes in PHPSupabase #

## 0.0.7 - 2023-07-25

### Added

- Add `getHeader` method on Service class

### Changed

- Change the `executeDml` method on Database class to verify if `Prefer` header is defined (Or define the default value).
- Suggested by @nkt-dk
- Change the `where` method on QueryBuilder class (Use `urlencode` function on `$value` variable)
- Credit to @fred-derf for contribution

## 0.0.6 - 2023-06-15

### Added
Expand Down

0 comments on commit 4a0eed3

Please sign in to comment.