Skip to content

Commit

Permalink
Add release notes and update version in component and README files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jul 23, 2019
1 parent 3a63b33 commit 370ecf5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/HiveMind/blob/master/LICENSE.md)
[![build](https://travis-ci.org/moqui/HiveMind.svg)](https://travis-ci.org/moqui/HiveMind)
[![release](http://img.shields.io/github/release/moqui/HiveMind.svg)](https://github.com/moqui/HiveMind/releases)
[![commits since release](http://img.shields.io/github/commits-since/moqui/HiveMind/v1.4.0.svg)](https://github.com/moqui/HiveMind/commits/master)
[![commits since release](http://img.shields.io/github/commits-since/moqui/HiveMind/v1.4.1.svg)](https://github.com/moqui/HiveMind/commits/master)
[![downloads](http://img.shields.io/github/downloads/moqui/HiveMind/total.svg)](https://github.com/moqui/HiveMind/releases)

[![LinkedIn Group](https://img.shields.io/badge/linked%20in%20group-moqui-blue.svg)](https://www.linkedin.com/groups/4640689)
Expand Down
12 changes: 12 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

HiveMind Project Management and Service ERP Release Notes

===========================================================================
Release 1.4.1 - 23 July 2019
===========================================================================

HiveMind Project Management and Service ERP 1.4.1 is a patch level new
feature and bug fix release.

There are only minor changes and fixes in this release. For a complete
list of changes see:

https://github.com/moqui/HiveMind/compare/v1.4.0...v1.4.1

===========================================================================
Release 1.4.0 - 29 Nov 2018
===========================================================================
Expand Down
12 changes: 6 additions & 6 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
name="HiveMind" version="1.4.0">
<depends-on name="moqui-elasticsearch" version="1.2.0"/>
<depends-on name="moqui-fop" version="1.1.1"/>
<depends-on name="mantle-udm" version="2.1.0"/>
<depends-on name="mantle-usl" version="2.1.0"/>
<depends-on name="SimpleScreens" version="2.1.0"/>
name="HiveMind" version="1.4.1">
<depends-on name="moqui-elasticsearch" version="1.2.1"/>
<depends-on name="moqui-fop" version="1.1.2"/>
<depends-on name="mantle-udm" version="2.1.1"/>
<depends-on name="mantle-usl" version="2.1.1"/>
<depends-on name="SimpleScreens" version="2.1.1"/>
</component>

0 comments on commit 370ecf5

Please sign in to comment.