Skip to content

Commit

Permalink
Prepare release v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pMononoke committed Sep 4, 2023
1 parent 7190f57 commit 8edbaf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - XXXX-XX-XX

## [v0.1.0] - 2023-09-04

### Added

- Search page
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Module
{
public const MODULE_NAME = 'Marketplace';

public const MODULE_VERSION = 'v0.0.0@dev';
public const MODULE_VERSION = 'v0.1.0';

public const MODULE_SOURCE_CODE = 'https://github.com/medicalmundi/oe-module-marketplace';

Expand Down

0 comments on commit 8edbaf3

Please sign in to comment.