Skip to content

Commit

Permalink
Merge pull request #15 from pepsico-ecommerce/release-v0.3.1
Browse files Browse the repository at this point in the history
create release for v0.3.1
  • Loading branch information
zbarnes757 authored Mar 10, 2021
2 parents 97b5fd4 + 2824c75 commit 711ec5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2021-03-10

### Fixed

- Initialize the worker with a propslist instead of a tuple.
- create copies of the `odbc` type definitions

## [0.3.0] - 2021-03-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The package can be installed by adding `snowflex` to your list of dependencies i
```elixir
def deps do
[
{:snowflex, "~> 0.3.0"}
{:snowflex, "~> 0.3.1"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Snowflex.MixProject do
def project do
[
app: :snowflex,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 711ec5d

Please sign in to comment.