Skip to content

Commit

Permalink
Change version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 9, 2023
1 parent 01cb24f commit 8c942fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
0.14.5
0.15.0
------
#### Enhancements
* Support for Multiple Stub Requests (#216).

#### Changes
* Fix typos for documentation and missing json-parsed body in `mix vcr.show`.
- Fix typos (#214).
* Update dependency - excoveralls 0.18.0 (#217).

0.14.4
------
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 ExVCR.Mixfile do
use Mix.Project

@source_url "https://github.com/parroty/exvcr"
@version "0.14.5"
@version "0.15.0"

def project do
[
Expand Down

0 comments on commit 8c942fe

Please sign in to comment.