Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
## Unreleased

## 0.4.11 [2025-09-11]

### Fixes
- Fix changelog.

## 0.4.10 [2025-09-11]

### Added
- Add support for `elementMap()` traversal step via `Gremlex.Graph.element_map/1` and `Gremlex.Graph.element_map/2` functions

## 0.4.9 [2025-09-11]

### Fixes
- Handle multiple pong messages in a query response.

## 0.4.8 [2025-09-10]

### Fixes
- Handle server errors in query response.

## 0.4.7 [2025-09-08]

## Fixes
### Fixes
- Fix unexpected :ok in query response

## 0.4.6 [2025-07-14]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Gremlex.MixProject do
use Mix.Project

@source_url "https://github.com/coingaming/gremlex"
@version "0.4.10"
@version "0.4.11"

def project do
[
Expand Down