diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a26ebfc..54c4d98 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf5658..9c99a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 8484e3e..8732417 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/flake.nix b/flake.nix index ab3992d..43f3702 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [ diff --git a/mix.exs b/mix.exs index b23fbff..400e21b 100644 --- a/mix.exs +++ b/mix.exs @@ -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