Skip to content

Commit

Permalink
Bump version 3.3.0 and prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Aug 20, 2019
1 parent 9e39bb0 commit 52e7080
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

## Features

## Improvements

## Fixes

---



# 3.3.0

## Features

* Feature: [#374](https://github.com/Dynamoid/dynamoid/pull/374) Add `#project` query method to load only specified fields

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/dynamoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dynamoid
VERSION = '3.2.0'
VERSION = '3.3.0'
end

0 comments on commit 52e7080

Please sign in to comment.