From e03b6ceb12cfdeac63d9e1a30415329eeb10ba68 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sun, 3 Mar 2024 17:43:33 -0800 Subject: [PATCH] release v0.2.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597b526..c6c0aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.1 + - Documentation updates ## 0.2.0 diff --git a/README.md b/README.md index e50a2dd..86e3e96 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This library is MIT licensed and is part of a growing number of Elixir open sour ```elixir def deps do [ - {:xml_query, "~> 0.1.0"} + {:xml_query, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index a7afad0..be1f4fd 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule XmlQuery.MixProject do use Mix.Project @scm_url "https://github.com/synchronal/xml_query" - @version "0.2.0" + @version "0.2.1" def project do [