Skip to content

Commit 344ad76

Browse files
authored
chore(main): release 1.6.0 (#217)
* chore(main): release 1.6.0 * update changelog
1 parent 4174c0a commit 344ad76

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/absinthe-graphql/absinthe_relay/compare/v1.5.2...v1.6.0) (2025-11-06)
4+
5+
### Miscellaneous Chores
6+
7+
* release 1.6.0 ([4174c0a](https://github.com/absinthe-graphql/absinthe_relay/commit/4174c0a83bea8d0fa5e3034f379acb203e01b805))
8+
* update minimum elixir version
9+
* update absinthe dependency mininum version
10+
311
## 1.4.4 - 2018-09-20
412

513
- Feature: Enhancements to Connection macros to support extensibility of edge types. See [PR #109](https://github.com/absinthe-graphql/absinthe_relay/pull/109) (Thanks, @coderdan!)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule AbsintheRelay.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/absinthe-graphql/absinthe_relay"
5-
@version "1.5.3"
5+
@version "1.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)