Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from dtan4/prepare-v0.5.3
Browse files Browse the repository at this point in the history
Bump the version to v0.5.3
  • Loading branch information
dtan4 authored Jan 17, 2017
2 parents 146595a + fb8dc34 commit c1ea97d
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
@@ -1,3 +1,9 @@
# [v0.5.3](https://github.com/dtan4/valec/releases/tag/v0.5.3) (2017-01-17)

## Fixes

- Divide BatchWriteItem API requests for many items [#44](https://github.com/dtan4/valec/pull/46)

# [v0.5.2](https://github.com/dtan4/valec/releases/tag/v0.5.2) (2016-12-27)

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := valec
VERSION := v0.5.2
VERSION := v0.5.3
REVISION := $(shell git rev-parse --short HEAD)

SRCS := $(shell find . -name '*.go' -type f)
Expand Down

0 comments on commit c1ea97d

Please sign in to comment.