Skip to content

Commit

Permalink
Merge pull request #33 from pepsico-ecommerce/chore/0.5.0
Browse files Browse the repository at this point in the history
chore: bump version to 0.5.0
  • Loading branch information
Ch4s3 authored Jan 20, 2022
2 parents 193c505 + 65784a3 commit 1b10a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2022-01-19

### Added

- General improvements, add DBConnection adapter [#32](https://github.com/pepsico-ecommerce/snowflex/pull/32)

## [0.4.5] - 2021-10-29

### Added
Expand Down
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.4.5",
version: "0.5.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 1b10a17

Please sign in to comment.