Skip to content

Commit 33a0f17

Browse files
authored
chore: release 1.1.0 (#23)
1 parent a9766ec commit 33a0f17

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/supabase-community/postgrest-ex/compare/v1.0.1...v1.1.0) (2025-09-08)
4+
5+
6+
### Features
7+
8+
* support aggregation function helpers ([#22](https://github.com/supabase-community/postgrest-ex/issues/22)) ([a9766ec](https://github.com/supabase-community/postgrest-ex/commit/a9766ec7da2ee9a87ac4072d9e810ab1dcd5c93f))
9+
310
## [1.0.1](https://github.com/supabase-community/postgrest-ex/compare/v1.0.0...v1.0.1) (2025-07-15)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule PostgREST.MixProject do
66
def project do
77
[
88
app: :supabase_postgrest,
9-
version: "1.0.1",
9+
version: "1.1.0",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)