Skip to content

Commit addac9c

Browse files
committed
Semver: added an endpoint -> minor bump
1 parent a3b3a86 commit addac9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change Log
22

3-
## v0.3.1 (2017/02/28)
3+
## v0.4.0 (2017/02/28)
44
- Template preview support contributed by @asgoel - Thanks!
55

66
## v0.3.0 (2017/02/03)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule SparkPost.Mixfile do
33

44
def project do
55
[app: :sparkpost,
6-
version: "0.3.1",
6+
version: "0.4.0",
77
elixir: "~> 1.2",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)