Skip to content

Commit 3521000

Browse files
committed
Bump version to 0.2.0
1 parent d7b8c1d commit 3521000

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/nulty/spage/tree/v0.2.0) (2020-11-01)
4+
5+
- Add CRUD Component API features
6+
7+
8+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
39
## [v0.1.0](https://github.com/nulty/spage/tree/v0.1.0) (2020-10-20)
410

511
[Full Changelog](https://github.com/nulty/spage/compare/a0bab1b42c6762ceaaa448a100763ca57d5f3449...v0.1.0)

lib/spage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spage
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)