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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.14.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project are documented in this file.

## [0.14.1](https://github.com/cloudwalk/hermes-mcp/compare/v0.14.0...v0.14.1) (2025-08-14)


### Bug Fixes

* remove the default mcp path for streamable http ([#226](https://github.com/cloudwalk/hermes-mcp/issues/226)) ([7163ce3](https://github.com/cloudwalk/hermes-mcp/commit/7163ce3dca72d24e07b3aebe0f025d0ab0f23611))

## [0.14.0](https://github.com/cloudwalk/hermes-mcp/compare/v0.13.4...v0.14.0) (2025-08-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Hermes MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https:
```elixir
def deps do
[
{:hermes_mcp, "~> 0.14.0"} # x-release-please-version
{:hermes_mcp, "~> 0.14.1"} # x-release-please-version
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
packages = forAllSystems (pkgs: {
default = pkgs.stdenv.mkDerivation {
pname = "hermes-mcp";
version = "0.14.0"; # x-release-please-version
version = "0.14.1"; # x-release-please-version
src = ./.;

buildInputs = with pkgs; [
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hermes.MixProject do
use Mix.Project

@version "0.14.0"
@version "0.14.1"
@source_url "https://github.com/cloudwalk/hermes-mcp"

def project do
Expand Down