Skip to content

Commit

Permalink
add more logs and pom file for java
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Malhotra committed Jan 14, 2022
1 parent 6f92f70 commit b92a665
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.2.0] - 2022-14-01

### Added

- Added more logs and pom file for Java

## [0.1.0] - 2022-13-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vwo-sdk-log-messages",
"version": "0.1.0",
"version": "0.2.0",
"description": "VWO SDK Logs at one place",
"scripts": {
"test": "yarn test"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):

setup(
name="vwo-sdk-log-messages",
version="0.1.0",
version="0.2.0",
description="Log messages for VWO server-side SDKs",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b92a665

Please sign in to comment.