diff --git a/CHANGELOG.md b/CHANGELOG.md index 936a605..65ed0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.3.0 + * Add Gemini adapter ## v0.2.0 diff --git a/README.md b/README.md index 0be6eac..ffaefc3 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ In your mix.exs, add `:instructor_lite` to your list of dependencies: ```elixir def deps do [ - {:instructor_lite, "~> 0.2.0"} + {:instructor_lite, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 846026b..0528cda 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule InstructorLite.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" @source_url "https://github.com/martosaur/instructor_lite" def project do